diff options
author | 2009-05-31 14:09:21 +0000 | |
---|---|---|
committer | 2009-05-31 14:09:21 +0000 | |
commit | ce1af8c1698ea392159714014ba3e02e7d9af0f9 (patch) | |
tree | 3f9562adbc42ab74a5bf9074a389ac65eaa0beae /x11-plugins | |
parent | ppc stable #271496 (diff) | |
download | gentoo-2-ce1af8c1698ea392159714014ba3e02e7d9af0f9.tar.gz gentoo-2-ce1af8c1698ea392159714014ba3e02e7d9af0f9.tar.bz2 gentoo-2-ce1af8c1698ea392159714014ba3e02e7d9af0f9.zip |
ppc stable #271463
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrelltop/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/gkrelltop/ChangeLog b/x11-plugins/gkrelltop/ChangeLog index 075d9536d62d..ae58ff5410ca 100644 --- a/x11-plugins/gkrelltop/ChangeLog +++ b/x11-plugins/gkrelltop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/gkrelltop # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/ChangeLog,v 1.27 2009/05/28 19:44:06 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/ChangeLog,v 1.28 2009/05/31 14:09:21 nixnut Exp $ + + 31 May 2009; nixnut <nixnut@gentoo.org> gkrelltop-2.2.11.ebuild: + ppc stable #271463 28 May 2009; Jim Ramsay <lack@gentoo.org> gkrelltop-2.2.11.ebuild: Fixed dependency so install with USE=-X doesn't fail (Now requires diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild index 541b858a0136..ac95b377d412 100644 --- a/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild +++ b/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild,v 1.2 2009/05/28 19:44:06 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild,v 1.3 2009/05/31 14:09:21 nixnut Exp $ EAPI=2 inherit gkrellm-plugin @@ -11,7 +11,7 @@ HOMEPAGE="http://sourceforge.net/projects/gkrelltop" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ppc ~sparc ~x86" IUSE="X" PLUGIN_SERVER_SO=gkrelltopd.so |