diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-05-05 08:20:42 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-05-05 08:20:42 +0000 |
commit | 3b7069b889d029442d0f816209852b833221b08d (patch) | |
tree | 6b4cb44fdab2dbcf87ffdb4082c8b9aab5610af0 /media-sound/glmix/glmix-0.3.ebuild | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-3b7069b889d029442d0f816209852b833221b08d.tar.gz gentoo-2-3b7069b889d029442d0f816209852b833221b08d.tar.bz2 gentoo-2-3b7069b889d029442d0f816209852b833221b08d.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101_p8/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/glmix/glmix-0.3.ebuild')
-rw-r--r-- | media-sound/glmix/glmix-0.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/glmix/glmix-0.3.ebuild b/media-sound/glmix/glmix-0.3.ebuild index a6bea3a2c30a..067cdf19d839 100644 --- a/media-sound/glmix/glmix-0.3.ebuild +++ b/media-sound/glmix/glmix-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.4 2011/03/12 08:41:28 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glmix/glmix-0.3.ebuild,v 1.5 2012/05/05 08:20:42 mgorny Exp $ EAPI=2 @@ -19,7 +19,7 @@ RDEPEND="media-sound/jack-audio-connection-kit >=x11-libs/gtkglext-1 x11-libs/gtk+:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_compile() { local libs="gtk+-2.0 gtkglext-1.0 jack pango" |