diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 04:53:54 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 04:53:54 +0000 |
commit | 5a2e255190ee1e4e96ce0debf74c31733b4c5933 (patch) | |
tree | 621d33e37274704bb02afff573be01f573bfe6f6 /x11-misc/bmpanel | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | historical-5a2e255190ee1e4e96ce0debf74c31733b4c5933.tar.gz historical-5a2e255190ee1e4e96ce0debf74c31733b4c5933.tar.bz2 historical-5a2e255190ee1e4e96ce0debf74c31733b4c5933.zip |
dev-util/pkgconifg -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'x11-misc/bmpanel')
-rw-r--r-- | x11-misc/bmpanel/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/bmpanel/bmpanel-0.9.27-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/bmpanel/ChangeLog b/x11-misc/bmpanel/ChangeLog index 3db19751bf45..f89efbc0ad6a 100644 --- a/x11-misc/bmpanel/ChangeLog +++ b/x11-misc/bmpanel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/bmpanel -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bmpanel/ChangeLog,v 1.3 2010/10/06 20:17:16 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bmpanel/ChangeLog,v 1.4 2012/05/05 04:53:46 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> bmpanel-0.9.27-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 06 Oct 2010; Markus Meier <maekke@gentoo.org> bmpanel-0.9.27-r1.ebuild: add ~x86, bug #338941 diff --git a/x11-misc/bmpanel/bmpanel-0.9.27-r1.ebuild b/x11-misc/bmpanel/bmpanel-0.9.27-r1.ebuild index d8f48e213619..fffdc1bf2e24 100644 --- a/x11-misc/bmpanel/bmpanel-0.9.27-r1.ebuild +++ b/x11-misc/bmpanel/bmpanel-0.9.27-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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/bmpanel/bmpanel-0.9.27-r1.ebuild,v 1.3 2010/10/06 20:17:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bmpanel/bmpanel-0.9.27-r1.ebuild,v 1.4 2012/05/05 04:53:46 jdhore Exp $ EAPI=2 @@ -25,7 +25,7 @@ RDEPEND=">=media-libs/imlib2-1.4.0 libev? ( dev-libs/libev ) libevent? ( dev-libs/libevent )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" PATCHES=( "${FILESDIR}/Makefile.patch" |