diff options
author | 2002-10-17 00:19:01 +0000 | |
---|---|---|
committer | 2002-10-17 00:19:01 +0000 | |
commit | 0ba14415b09095e6004908ee03ffe042c6bd6b93 (patch) | |
tree | c2d95d235ad0a0faf555dc05cc077702a7b64f2c /app-misc/celestia | |
parent | lintool cleanup for #9225 (diff) | |
download | historical-0ba14415b09095e6004908ee03ffe042c6bd6b93.tar.gz historical-0ba14415b09095e6004908ee03ffe042c6bd6b93.tar.bz2 historical-0ba14415b09095e6004908ee03ffe042c6bd6b93.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 |