diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-12-03 08:04:42 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-12-03 08:04:42 +0000 |
commit | 36669acc486e0de30abd7d8e4abce31f8cac593c (patch) | |
tree | 4c54cecd17e9084990798b196f881b3beb02af24 /media-sound/kmid | |
parent | Version bump. (diff) | |
download | gentoo-2-36669acc486e0de30abd7d8e4abce31f8cac593c.tar.gz gentoo-2-36669acc486e0de30abd7d8e4abce31f8cac593c.tar.bz2 gentoo-2-36669acc486e0de30abd7d8e4abce31f8cac593c.zip |
Restrict media-sound/drumstick dependency.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'media-sound/kmid')
-rw-r--r-- | media-sound/kmid/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/kmid/kmid-2.4.0-r1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-sound/kmid/ChangeLog b/media-sound/kmid/ChangeLog index 26343711be2c..1336e029415f 100644 --- a/media-sound/kmid/ChangeLog +++ b/media-sound/kmid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/kmid -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kmid/ChangeLog,v 1.22 2013/04/01 12:48:28 kensington Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/kmid/ChangeLog,v 1.23 2014/12/03 08:04:42 kensington Exp $ + + 03 Dec 2014; Michael Palimaka <kensington@gentoo.org> kmid-2.4.0-r1.ebuild: + Restrict media-sound/drumstick dependency. 01 Apr 2013; Michael Palimaka <kensington@gentoo.org> -kmid-2.4.0.ebuild: Remove old. diff --git a/media-sound/kmid/kmid-2.4.0-r1.ebuild b/media-sound/kmid/kmid-2.4.0-r1.ebuild index 75fc56b2c222..3c934852d36d 100644 --- a/media-sound/kmid/kmid-2.4.0-r1.ebuild +++ b/media-sound/kmid/kmid-2.4.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kmid/kmid-2.4.0-r1.ebuild,v 1.3 2013/03/31 16:59:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kmid/kmid-2.4.0-r1.ebuild,v 1.4 2014/12/03 08:04:42 kensington Exp $ EAPI=5 @@ -21,6 +21,7 @@ IUSE="debug" RDEPEND=" media-libs/alsa-lib >=media-sound/drumstick-0.4 + <media-sound/drumstick-1.0.0 " DEPEND="${RDEPEND}" |