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 | a2601809c547be23bb21f5df38070049ca3dd4ff (patch) | |
tree | 844e486ad7635d2ae57ed4c0940931b1a22cd254 /x11-misc | |
parent | mark ~ppc (Bug #114968) (diff) | |
download | gentoo-2-a2601809c547be23bb21f5df38070049ca3dd4ff.tar.gz gentoo-2-a2601809c547be23bb21f5df38070049ca3dd4ff.tar.bz2 gentoo-2-a2601809c547be23bb21f5df38070049ca3dd4ff.zip |
Fixed typo in RDEPEND.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xearth/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xearth/xearth-1.1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/xsimpsons/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xsimpsons/xsimpsons-0.1.ebuild | 4 |
4 files changed, 12 insertions, 6 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} diff --git a/x11-misc/xsimpsons/ChangeLog b/x11-misc/xsimpsons/ChangeLog index 2e8785a08280..3f097c0e0bf3 100644 --- a/x11-misc/xsimpsons/ChangeLog +++ b/x11-misc/xsimpsons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xsimpsons # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsimpsons/ChangeLog,v 1.10 2006/01/21 18:42:10 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsimpsons/ChangeLog,v 1.11 2006/01/21 23:44:19 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xsimpsons-0.1.ebuild: + Fixed typo in RDEPEND. 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xsimpsons-0.1.ebuild: Fixed DEPEND for modular X. diff --git a/x11-misc/xsimpsons/xsimpsons-0.1.ebuild b/x11-misc/xsimpsons/xsimpsons-0.1.ebuild index fa31be99b49e..c81888aee98f 100644 --- a/x11-misc/xsimpsons/xsimpsons-0.1.ebuild +++ b/x11-misc/xsimpsons/xsimpsons-0.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/xsimpsons/xsimpsons-0.1.ebuild,v 1.8 2006/01/21 18:42:10 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsimpsons/xsimpsons-0.1.ebuild,v 1.9 2006/01/21 23:44:19 nelchael Exp $ DESCRIPTION="The Simpsons walking along the tops of your windows." HOMEPAGE="http://netzverschmutzer.net/~sbeyer/programming/projects/?dir=extensions#xpenguins" @@ -15,7 +15,7 @@ RDEPEND="|| ( ( x11-libs/libX11 x11-libs/libXext x11-libs/libXt - 11-libs/libXpm ) + x11-libs/libXpm ) virtual/x11 )" DEPEND="${RDEPEND} || ( ( |