diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 08:02:45 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 08:02:45 +0000 |
commit | ab229c0719c094cfe5e2e0e1e4e54c48d7739b57 (patch) | |
tree | a17982034d724a4b8ae4981f6d6f7742f3349b8a /media-libs/gmyth | |
parent | New separate gnome font viewer package, formerly part of gnome-extra/gnome-ut... (diff) | |
download | historical-ab229c0719c094cfe5e2e0e1e4e54c48d7739b57.tar.gz historical-ab229c0719c094cfe5e2e0e1e4e54c48d7739b57.tar.bz2 historical-ab229c0719c094cfe5e2e0e1e4e54c48d7739b57.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'media-libs/gmyth')
-rw-r--r-- | media-libs/gmyth/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/gmyth/gmyth-0.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/gmyth/ChangeLog b/media-libs/gmyth/ChangeLog index fa5b659e6e9f..db0f12e79371 100644 --- a/media-libs/gmyth/ChangeLog +++ b/media-libs/gmyth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gmyth -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gmyth/ChangeLog,v 1.12 2011/07/25 18:02:44 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gmyth/ChangeLog,v 1.13 2012/05/05 08:02:44 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> gmyth-0.7.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 25 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> gmyth-0.7.ebuild: ppc64 stable wrt #368281 diff --git a/media-libs/gmyth/gmyth-0.7.ebuild b/media-libs/gmyth/gmyth-0.7.ebuild index c9395f038f8d..f5d0c55a1068 100644 --- a/media-libs/gmyth/gmyth-0.7.ebuild +++ b/media-libs/gmyth/gmyth-0.7.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-libs/gmyth/gmyth-0.7.ebuild,v 1.10 2011/07/25 18:02:44 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gmyth/gmyth-0.7.ebuild,v 1.11 2012/05/05 08:02:44 jdhore Exp $ inherit libtool autotools eutils @@ -16,7 +16,7 @@ RDEPEND="net-misc/curl dev-libs/libxml2 virtual/mysql" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S="${WORKDIR}/${PN}" |