diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-16 08:49:43 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-16 08:49:43 +0000 |
commit | 72cccb8cdfc6e6b0d289fc14cf3cf82c6d2915c3 (patch) | |
tree | 5b1e60de398a98bfb4eef5f4711b19433aba9d85 /media-sound/glmix | |
parent | Fix dependencies. (diff) | |
download | gentoo-2-72cccb8cdfc6e6b0d289fc14cf3cf82c6d2915c3.tar.gz gentoo-2-72cccb8cdfc6e6b0d289fc14cf3cf82c6d2915c3.tar.bz2 gentoo-2-72cccb8cdfc6e6b0d289fc14cf3cf82c6d2915c3.zip |
Make pkgconfig only a build-time dependency.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-sound/glmix')
-rw-r--r-- | media-sound/glmix/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/glmix/glmix-0.1.ebuild | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/media-sound/glmix/ChangeLog b/media-sound/glmix/ChangeLog index 81b7efc0fb05..78288702f9a1 100644 --- a/media-sound/glmix/ChangeLog +++ b/media-sound/glmix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/glmix -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/glmix/ChangeLog,v 1.5 2004/11/12 08:29:26 eradicator Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/glmix/ChangeLog,v 1.6 2006/02/16 08:49:43 flameeyes Exp $ + + 16 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> glmix-0.1.ebuild: + Make pkgconfig only a build-time dependency. 12 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org> glmix-0.1.ebuild: Stable sparc. diff --git a/media-sound/glmix/glmix-0.1.ebuild b/media-sound/glmix/glmix-0.1.ebuild index a06d1f8a46e5..ff787b296dbd 100644 --- a/media-sound/glmix/glmix-0.1.ebuild +++ b/media-sound/glmix/glmix-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/glmix/glmix-0.1.ebuild,v 1.5 2004/11/12 08:29:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glmix/glmix-0.1.ebuild,v 1.6 2006/02/16 08:49:43 flameeyes Exp $ IUSE="" @@ -14,9 +14,11 @@ KEYWORDS="amd64 x86 ~ppc sparc" S="${WORKDIR}/glmix" -DEPEND="media-sound/jack-audio-connection-kit +RDEPEND="media-sound/jack-audio-connection-kit >=x11-libs/gtkglext-1.0.0 - >=x11-libs/gtk+-2.0.0 + >=x11-libs/gtk+-2.0.0" + +DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" src_compile() { |