diff options
Diffstat (limited to 'x11-misc/wbar')
-rw-r--r-- | x11-misc/wbar/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/wbar/wbar-2.2.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/wbar/ChangeLog b/x11-misc/wbar/ChangeLog index 8ec40500a195..03a18219cf43 100644 --- a/x11-misc/wbar/ChangeLog +++ b/x11-misc/wbar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/wbar -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v 1.14 2011/12/15 22:56:16 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v 1.15 2012/05/05 04:53:45 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> wbar-2.2.2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 15 Dec 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop maintainer due retirement, bug #353461 diff --git a/x11-misc/wbar/wbar-2.2.2.ebuild b/x11-misc/wbar/wbar-2.2.2.ebuild index cb29ebbee56f..596e40120b1a 100644 --- a/x11-misc/wbar/wbar-2.2.2.ebuild +++ b/x11-misc/wbar/wbar-2.2.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/x11-misc/wbar/wbar-2.2.2.ebuild,v 1.2 2011/07/14 11:18:31 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/wbar-2.2.2.ebuild,v 1.3 2012/05/05 04:53:45 jdhore Exp $ EAPI=4 inherit autotools eutils @@ -28,7 +28,7 @@ RDEPEND="media-libs/imlib2[X] x11-libs/gtk+:2 )" DEPEND="${RDEPEND} dev-util/intltool - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { if ! use gtk; then |