diff options
author | 2012-05-05 08:56:07 +0000 | |
---|---|---|
committer | 2012-05-05 08:56:07 +0000 | |
commit | 3ce8ed6ed02cf2981ee1c00575c2063a63c5697c (patch) | |
tree | ab886dec7b4086b5afee91418497e5dff5321b91 /media-sound/muse | |
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/muse')
-rw-r--r-- | media-sound/muse/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/muse/muse-0.9.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/muse/ChangeLog b/media-sound/muse/ChangeLog index 178a94eaa07c..5209c856d2ca 100644 --- a/media-sound/muse/ChangeLog +++ b/media-sound/muse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/muse -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/muse/ChangeLog,v 1.25 2011/03/28 22:48:24 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/muse/ChangeLog,v 1.26 2012/05/05 08:44:22 mgorny Exp $ + + 05 May 2012; Michał Górny <mgorny@gentoo.org> muse-0.9.2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 28 Mar 2011; Tim Harder <radhermit@gentoo.org> muse-0.9.2.ebuild: Update to EAPI 2 and use slot dep for gtk+. diff --git a/media-sound/muse/muse-0.9.2.ebuild b/media-sound/muse/muse-0.9.2.ebuild index 3665804331ef..4ce23a785508 100644 --- a/media-sound/muse/muse-0.9.2.ebuild +++ b/media-sound/muse/muse-0.9.2.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/muse/muse-0.9.2.ebuild,v 1.7 2011/03/28 22:48:24 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/muse/muse-0.9.2.ebuild,v 1.8 2012/05/05 08:44:22 mgorny Exp $ EAPI=2 @@ -23,7 +23,7 @@ RDEPEND="media-sound/lame media-libs/libogg gtk? ( x11-libs/gtk+:2 )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" S=${WORKDIR}/${MY_P} |