diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-05-05 08:56:07 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-05-05 08:56:07 +0000 |
commit | 3ce8ed6ed02cf2981ee1c00575c2063a63c5697c (patch) | |
tree | ab886dec7b4086b5afee91418497e5dff5321b91 /media-sound/glmix | |
parent | Manifest, network crashed. (diff) | |
download | historical-3ce8ed6ed02cf2981ee1c00575c2063a63c5697c.tar.gz historical-3ce8ed6ed02cf2981ee1c00575c2063a63c5697c.tar.bz2 historical-3ce8ed6ed02cf2981ee1c00575c2063a63c5697c.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101_p8/cvs/Linux x86_64
Diffstat (limited to 'media-sound/glmix')
-rw-r--r-- | media-sound/glmix/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/glmix/glmix-0.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/glmix/ChangeLog b/media-sound/glmix/ChangeLog index 0f4edb2fd1a7..2f8b5001df4d 100644 --- a/media-sound/glmix/ChangeLog +++ b/media-sound/glmix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/glmix -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/glmix/ChangeLog,v 1.11 2011/03/12 08:41:28 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/glmix/ChangeLog,v 1.12 2012/05/05 08:20:42 mgorny Exp $ + + 05 May 2012; Michał Górny <mgorny@gentoo.org> glmix-0.3.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 12 Mar 2011; Tim Harder <radhermit@gentoo.org> -glmix-0.1.ebuild, glmix-0.3.ebuild: 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" |