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/gtkguitune | |
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/gtkguitune')
-rw-r--r-- | media-sound/gtkguitune/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/gtkguitune/gtkguitune-0.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/gtkguitune/ChangeLog b/media-sound/gtkguitune/ChangeLog index 1a741bee3802..8d2e14b5241e 100644 --- a/media-sound/gtkguitune/ChangeLog +++ b/media-sound/gtkguitune/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/gtkguitune -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gtkguitune/ChangeLog,v 1.20 2009/12/15 16:40:11 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gtkguitune/ChangeLog,v 1.21 2012/05/05 08:26:50 mgorny Exp $ + + 05 May 2012; Michał Górny <mgorny@gentoo.org> gtkguitune-0.8.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 15 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> gtkguitune-0.8.ebuild: Remove geocities from HOMEPAGE and SRC_URI wrt #297028. diff --git a/media-sound/gtkguitune/gtkguitune-0.8.ebuild b/media-sound/gtkguitune/gtkguitune-0.8.ebuild index 07fb5d4d413d..dece40d8b36f 100644 --- a/media-sound/gtkguitune/gtkguitune-0.8.ebuild +++ b/media-sound/gtkguitune/gtkguitune-0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 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/gtkguitune/gtkguitune-0.8.ebuild,v 1.2 2009/12/15 16:40:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gtkguitune/gtkguitune-0.8.ebuild,v 1.3 2012/05/05 08:26:50 mgorny Exp $ EAPI=2 inherit eutils gnome2-utils @@ -18,7 +18,7 @@ RDEPEND="dev-cpp/glibmm:2 dev-cpp/gtkmm:2.4 dev-libs/libsigc++:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${PN} |