diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-03-04 21:58:56 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-03-04 21:58:56 +0000 |
commit | 76b2c9261328db4a8823dfb8b2f6d0195f03093e (patch) | |
tree | 26e527503b8998f4cf2cf7c0f601a9f80bd13d55 /x11-misc/xearth | |
parent | Re-added ~sparc keywords wrt bug #125007. (diff) | |
download | gentoo-2-76b2c9261328db4a8823dfb8b2f6d0195f03093e.tar.gz gentoo-2-76b2c9261328db4a8823dfb8b2f6d0195f03093e.tar.bz2 gentoo-2-76b2c9261328db4a8823dfb8b2f6d0195f03093e.zip |
Added missing rman to DEPEND.
(Portage version: 2.1_pre5-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 | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/xearth/ChangeLog b/x11-misc/xearth/ChangeLog index 63178c02852c..4d807fd1f4f5 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.10 2006/01/21 23:46:24 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.11 2006/03/04 21:58:56 nelchael Exp $ + + 04 Mar 2006; Krzysiek Pawlik <nelchael@gentoo.org> xearth-1.1.ebuild: + Added missing rman to DEPEND. 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xearth-1.1.ebuild: Fixed typo in RDEPEND. diff --git a/x11-misc/xearth/xearth-1.1.ebuild b/x11-misc/xearth/xearth-1.1.ebuild index b9ce6f6e8f96..2e37ee87ec1c 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.9 2006/01/21 23:46:24 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1.ebuild,v 1.10 2006/03/04 21:58:56 nelchael Exp $ HOMEPAGE="http://www.cs.colorado.edu/~tuna/xearth/" DESCRIPTION="Xearth sets the X root window to an image of the Earth" @@ -20,6 +20,7 @@ RDEPEND="|| ( ( DEPEND="${RDEPEND} || ( ( x11-misc/imake + app-text/rman x11-proto/xproto ) virtual/x11 )" |