diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:10:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:10:30 +0000 |
commit | fc4abfb62a7732aebe4e6e98f57d601a4a3892b1 (patch) | |
tree | 0c08b94ca5e347ff3cd2870604f888dee17c3398 /app-misc/celestia | |
parent | lintool cleanup for #9225 (diff) | |
download | gentoo-2-fc4abfb62a7732aebe4e6e98f57d601a4a3892b1.tar.gz gentoo-2-fc4abfb62a7732aebe4e6e98f57d601a4a3892b1.tar.bz2 gentoo-2-fc4abfb62a7732aebe4e6e98f57d601a4a3892b1.zip |
lintool cleanup for #9225
Diffstat (limited to 'app-misc/celestia')
-rw-r--r-- | app-misc/celestia/celestia-1.2.2.ebuild | 3 | ||||
-rw-r--r-- | app-misc/celestia/celestia-1.2.4.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-misc/celestia/celestia-1.2.2.ebuild b/app-misc/celestia/celestia-1.2.2.ebuild index e8f0bd256500..c407b851f2ae 100644 --- a/app-misc/celestia/celestia-1.2.2.ebuild +++ b/app-misc/celestia/celestia-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/celestia-1.2.2.ebuild,v 1.8 2002/10/05 05:39:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/celestia-1.2.2.ebuild,v 1.9 2002/10/17 00:07:24 vapier Exp $ IUSE="gtk gnome" @@ -20,6 +20,7 @@ DEPEND="gtk? ( =x11-libs/gtk+-1.2* virtual/glu media-libs/jpeg media-libs/libpng" +RDEPEND="${DEPEND}" src_compile() { diff --git a/app-misc/celestia/celestia-1.2.4.ebuild b/app-misc/celestia/celestia-1.2.4.ebuild index 8bf670f5c761..9ec21b740e14 100644 --- a/app-misc/celestia/celestia-1.2.4.ebuild +++ b/app-misc/celestia/celestia-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/celestia-1.2.4.ebuild,v 1.6 2002/10/05 05:39:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/celestia-1.2.4.ebuild,v 1.7 2002/10/17 00:07:24 vapier Exp $ IUSE="gtk gnome" @@ -20,6 +20,7 @@ DEPEND="gtk? ( =x11-libs/gtk+-1.2* virtual/glu media-libs/jpeg media-libs/libpng" +RDEPEND="${DEPEND}" src_compile() { local myconf |