diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-03-12 08:41:28 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-03-12 08:41:28 +0000 |
commit | 428716792e4bec73fcc1b11045738d79c69634f4 (patch) | |
tree | d8c66954a38a7539a2b758ee6c012cc9dcdbb59b /media-sound/glmix/glmix-0.3.ebuild | |
parent | Version bump #358473 by BT. (diff) | |
download | gentoo-2-428716792e4bec73fcc1b11045738d79c69634f4.tar.gz gentoo-2-428716792e4bec73fcc1b11045738d79c69634f4.tar.bz2 gentoo-2-428716792e4bec73fcc1b11045738d79c69634f4.zip |
Remove old. Update to EAPI 2 and add slot dep for gtk+.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/glmix/glmix-0.3.ebuild')
-rw-r--r-- | media-sound/glmix/glmix-0.3.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/media-sound/glmix/glmix-0.3.ebuild b/media-sound/glmix/glmix-0.3.ebuild index 3db949e2e1cd..a6bea3a2c30a 100644 --- a/media-sound/glmix/glmix-0.3.ebuild +++ b/media-sound/glmix/glmix-0.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/glmix/glmix-0.3.ebuild,v 1.3 2009/06/25 17:46:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glmix/glmix-0.3.ebuild,v 1.4 2011/03/12 08:41:28 radhermit Exp $ + +EAPI=2 inherit eutils toolchain-funcs @@ -14,8 +16,8 @@ KEYWORDS="amd64 ~ppc sparc x86" IUSE="" RDEPEND="media-sound/jack-audio-connection-kit - >=x11-libs/gtkglext-1 - >=x11-libs/gtk+-2" + >=x11-libs/gtkglext-1 + x11-libs/gtk+:2" DEPEND="${RDEPEND} dev-util/pkgconfig" |