diff options
author | Mark Guertin <gerk@gentoo.org> | 2002-07-16 02:57:51 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2002-07-16 02:57:51 +0000 |
commit | 22d733aee1697ebf6a56242f6fd2c301efa9f672 (patch) | |
tree | 0b9c8df1c906f2c0ccfb519bd94fa9a27e5e3ef5 /x11-misc/xplanet | |
parent | Added KEYWORDS (diff) | |
download | historical-22d733aee1697ebf6a56242f6fd2c301efa9f672.tar.gz historical-22d733aee1697ebf6a56242f6fd2c301efa9f672.tar.bz2 historical-22d733aee1697ebf6a56242f6fd2c301efa9f672.zip |
added ppc KEYWORD
Diffstat (limited to 'x11-misc/xplanet')
-rw-r--r-- | x11-misc/xplanet/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xplanet/xplanet-0.93-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/xplanet/xplanet-0.94.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/xplanet/ChangeLog b/x11-misc/xplanet/ChangeLog index a692348403da..8af07f894a35 100644 --- a/x11-misc/xplanet/ChangeLog +++ b/x11-misc/xplanet/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for x11-misc/xplanet # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.2 2002/05/27 10:01:22 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.3 2002/07/16 02:57:50 gerk Exp $ *xplanet-0.94 (27 May 2002) + 15 Jul 2002; Mark Guertin <gerk@gentoo.org> + Added ppc to keywords + 27 May 2002; Seemant Kulleen <seemant@gentoo.org> xplanet-0.94.ebuild files/digest-xplanet-0.94 : diff --git a/x11-misc/xplanet/xplanet-0.93-r1.ebuild b/x11-misc/xplanet/xplanet-0.93-r1.ebuild index ff9137f805f2..7d1bca04b097 100644 --- a/x11-misc/xplanet/xplanet-0.93-r1.ebuild +++ b/x11-misc/xplanet/xplanet-0.93-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-0.93-r1.ebuild,v 1.4 2002/07/11 06:30:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-0.93-r1.ebuild,v 1.5 2002/07/16 02:57:51 gerk Exp $ S=${WORKDIR}/${P} DESCRIPTION="A program to render images of the earth into the X root window" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/xplanet/${P}.tar.gz" HOMEPAGE="http://xplanet.sourceforge.net/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="virtual/x11" diff --git a/x11-misc/xplanet/xplanet-0.94.ebuild b/x11-misc/xplanet/xplanet-0.94.ebuild index 06203956ed51..15eb107a18e6 100644 --- a/x11-misc/xplanet/xplanet-0.94.ebuild +++ b/x11-misc/xplanet/xplanet-0.94.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-0.94.ebuild,v 1.3 2002/07/11 06:30:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-0.94.ebuild,v 1.4 2002/07/16 02:57:51 gerk Exp $ S=${WORKDIR}/${P} DESCRIPTION="A program to render images of the earth into the X root window" @@ -19,7 +19,7 @@ DEPEND="virtual/x11 SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" src_compile() { local myconf |