diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-11-02 14:58:08 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-11-02 14:58:08 +0000 |
commit | a3656aa4068de02a50c0741c31651fda68a57664 (patch) | |
tree | 7073ea9d53095478a4c71193727267d3bbe8cbec /x11-misc/xearth | |
parent | Marked Stable on amd64. Bug #111124. (diff) | |
download | gentoo-2-a3656aa4068de02a50c0741c31651fda68a57664.tar.gz gentoo-2-a3656aa4068de02a50c0741c31651fda68a57664.tar.bz2 gentoo-2-a3656aa4068de02a50c0741c31651fda68a57664.zip |
Marked Stable on amd64. Bug #111126.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc/xearth')
-rw-r--r-- | x11-misc/xearth/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xearth/xearth-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xearth/ChangeLog b/x11-misc/xearth/ChangeLog index a7858d77ecef..108931cfa024 100644 --- a/x11-misc/xearth/ChangeLog +++ b/x11-misc/xearth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xearth # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.7 2005/11/01 13:06:39 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.8 2005/11/02 14:58:08 metalgod Exp $ + + 02 Nov 2005; Luis Medinas <metalgod@gentoo.org> xearth-1.1.ebuild: + Marked Stable on amd64. Bug #111126. 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> xearth-1.1.ebuild: Fixed dodoc not to install COPYING and/or INSTALL. diff --git a/x11-misc/xearth/xearth-1.1.ebuild b/x11-misc/xearth/xearth-1.1.ebuild index df46dcc35aa5..1fe2c578ff10 100644 --- a/x11-misc/xearth/xearth-1.1.ebuild +++ b/x11-misc/xearth/xearth-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1.ebuild,v 1.6 2005/11/01 13:06:39 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1.ebuild,v 1.7 2005/11/02 14:58:08 metalgod Exp $ HOMEPAGE="http://www.cs.colorado.edu/~tuna/xearth/" DESCRIPTION="Xearth sets the X root window to an image of the Earth" @@ -9,7 +9,7 @@ SRC_URI="ftp://cag.lcs.mit.edu/pub/tuna/${P}.tar.gz SLOT="0" LICENSE="xearth" -KEYWORDS="x86 sparc ppc ~amd64 ppc64" +KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="" DEPEND="virtual/x11" |