diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 23:46:24 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 23:46:24 +0000 |
commit | dc990a4abffd3cfe257d93f2ecf67bb53618e2e9 (patch) | |
tree | d126f134ae872f224a004efedc98840187f334cd /x11-misc/xearth | |
parent | mark ~ppc (Bug #114968) (diff) | |
download | historical-dc990a4abffd3cfe257d93f2ecf67bb53618e2e9.tar.gz historical-dc990a4abffd3cfe257d93f2ecf67bb53618e2e9.tar.bz2 historical-dc990a4abffd3cfe257d93f2ecf67bb53618e2e9.zip |
Fixed typo in RDEPEND.
Package-Manager: portage-2.1_pre3-r1
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 548ebac5f796..63178c02852c 100644 --- a/x11-misc/xearth/ChangeLog +++ b/x11-misc/xearth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xearth # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.9 2006/01/21 16:58:46 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.10 2006/01/21 23:46:24 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xearth-1.1.ebuild: + Fixed typo in RDEPEND. 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xearth-1.1.ebuild: Fixed DEPEND for modular X. diff --git a/x11-misc/xearth/xearth-1.1.ebuild b/x11-misc/xearth/xearth-1.1.ebuild index a2977239fdff..b9ce6f6e8f96 100644 --- a/x11-misc/xearth/xearth-1.1.ebuild +++ b/x11-misc/xearth/xearth-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.8 2006/01/21 16:58:46 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1.ebuild,v 1.9 2006/01/21 23:46:24 nelchael Exp $ HOMEPAGE="http://www.cs.colorado.edu/~tuna/xearth/" DESCRIPTION="Xearth sets the X root window to an image of the Earth" @@ -14,7 +14,7 @@ IUSE="" RDEPEND="|| ( ( x11-libs/libX11 - 11-libs/libXt + x11-libs/libXt x11-libs/libXext ) virtual/x11 )" DEPEND="${RDEPEND} |