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/fbpanel | |
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/fbpanel')
-rw-r--r-- | x11-misc/fbpanel/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/fbpanel/fbpanel-6.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/fbpanel/ChangeLog b/x11-misc/fbpanel/ChangeLog index 7f1f14b22c04..dd4e03fc6237 100644 --- a/x11-misc/fbpanel/ChangeLog +++ b/x11-misc/fbpanel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/fbpanel -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/ChangeLog,v 1.53 2010/12/05 18:10:17 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/ChangeLog,v 1.54 2012/05/05 04:53:39 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> fbpanel-6.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 05 Dec 2010; Raúl Porcel <armin76@gentoo.org> fbpanel-6.1.ebuild: alpha stable wrt #337510 diff --git a/x11-misc/fbpanel/fbpanel-6.1.ebuild b/x11-misc/fbpanel/fbpanel-6.1.ebuild index 205db83fe346..0e208b79d106 100644 --- a/x11-misc/fbpanel/fbpanel-6.1.ebuild +++ b/x11-misc/fbpanel/fbpanel-6.1.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/fbpanel/fbpanel-6.1.ebuild,v 1.7 2010/12/05 18:10:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-6.1.ebuild,v 1.8 2012/05/05 04:53:39 jdhore Exp $ EAPI=2 @@ -15,7 +15,7 @@ IUSE="" RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_install() { emake DESTDIR="${D}" install || die |