diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 04:10:57 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 04:10:57 +0000 |
commit | fcc3030b86b627bb894609368dc95aed2b6a3107 (patch) | |
tree | 49ef3ae7cbb2e566ee809f609d0108401b67092e /dev-perl/gtk2-trayicon | |
parent | fix broken useflag X wrt #375841, disable nvtt by default wrt #411565 (diff) | |
download | gentoo-2-fcc3030b86b627bb894609368dc95aed2b6a3107.tar.gz gentoo-2-fcc3030b86b627bb894609368dc95aed2b6a3107.tar.bz2 gentoo-2-fcc3030b86b627bb894609368dc95aed2b6a3107.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'dev-perl/gtk2-trayicon')
-rw-r--r-- | dev-perl/gtk2-trayicon/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/gtk2-trayicon/ChangeLog b/dev-perl/gtk2-trayicon/ChangeLog index db057a9173b4..939f975e0e29 100644 --- a/dev-perl/gtk2-trayicon/ChangeLog +++ b/dev-perl/gtk2-trayicon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/gtk2-trayicon -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog,v 1.21 2011/03/04 17:03:51 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/ChangeLog,v 1.22 2012/05/04 04:10:56 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> gtk2-trayicon-0.60.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *gtk2-trayicon-0.60.0 (04 Mar 2011) diff --git a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0.ebuild b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0.ebuild index c97d1938c809..e2c248c48219 100644 --- a/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0.ebuild +++ b/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0.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/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0.ebuild,v 1.1 2011/03/04 17:03:51 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-trayicon/gtk2-trayicon-0.60.0.ebuild,v 1.2 2012/05/04 04:10:56 jdhore Exp $ EAPI=3 @@ -25,4 +25,4 @@ RDEPEND=" DEPEND="${RDEPEND} dev-perl/extutils-depends dev-perl/extutils-pkgconfig - dev-util/pkgconfig" + virtual/pkgconfig" |