diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-05-05 08:45:52 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-05-05 08:45:52 +0000 |
commit | 1700d94757cfbaf87adfe5c1a100c6758e093ba3 (patch) | |
tree | aa3ec119f6473825969612938a65d1b24f0d1dc3 /media-sound/pavumeter | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-1700d94757cfbaf87adfe5c1a100c6758e093ba3.tar.gz gentoo-2-1700d94757cfbaf87adfe5c1a100c6758e093ba3.tar.bz2 gentoo-2-1700d94757cfbaf87adfe5c1a100c6758e093ba3.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101_p8/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/pavumeter')
-rw-r--r-- | media-sound/pavumeter/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/pavumeter/ChangeLog b/media-sound/pavumeter/ChangeLog index d0d516e6896e..f68cfbba05da 100644 --- a/media-sound/pavumeter/ChangeLog +++ b/media-sound/pavumeter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/pavumeter -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pavumeter/ChangeLog,v 1.15 2011/03/28 18:28:59 angelos Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pavumeter/ChangeLog,v 1.16 2012/05/05 08:45:52 mgorny Exp $ + + 05 May 2012; Michał Górny <mgorny@gentoo.org> pavumeter-0.9.3-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 28 Mar 2011; Christoph Mende <angelos@gentoo.org> pavumeter-0.9.3-r1.ebuild: Fixed slot deps diff --git a/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild b/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild index 1a7ef405999c..beb8c6bac9b9 100644 --- a/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild +++ b/media-sound/pavumeter/pavumeter-0.9.3-r1.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/pavumeter/pavumeter-0.9.3-r1.ebuild,v 1.4 2011/03/28 18:28:59 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pavumeter/pavumeter-0.9.3-r1.ebuild,v 1.5 2012/05/05 08:45:52 mgorny Exp $ EAPI=2 @@ -18,7 +18,7 @@ RDEPEND="dev-cpp/gtkmm:2.4 >=media-sound/pulseaudio-0.9.7[glib] || ( x11-themes/tango-icon-theme x11-themes/gnome-icon-theme )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_configure() { econf \ |