diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-30 10:09:41 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-30 10:09:41 +0000 |
commit | 354cf9b5b38bae6093e79e23d53a9e6cf2566398 (patch) | |
tree | 686693ceef3276a4434d1b1164d4e2c1aa494be5 /app-misc/astrolog/astrolog-5.40.ebuild | |
parent | (no commit message) (diff) | |
download | gentoo-2-354cf9b5b38bae6093e79e23d53a9e6cf2566398.tar.gz gentoo-2-354cf9b5b38bae6093e79e23d53a9e6cf2566398.tar.bz2 gentoo-2-354cf9b5b38bae6093e79e23d53a9e6cf2566398.zip |
*** empty log message ***
Diffstat (limited to 'app-misc/astrolog/astrolog-5.40.ebuild')
-rw-r--r-- | app-misc/astrolog/astrolog-5.40.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-misc/astrolog/astrolog-5.40.ebuild b/app-misc/astrolog/astrolog-5.40.ebuild index 469d226dd7f3..499a23cfedff 100644 --- a/app-misc/astrolog/astrolog-5.40.ebuild +++ b/app-misc/astrolog/astrolog-5.40.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/astrolog/astrolog-5.40.ebuild,v 1.1 2003/12/11 20:57:16 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/astrolog/astrolog-5.40.ebuild,v 1.1.1.1 2005/11/30 10:05:50 chriswhite Exp $ DESCRIPTION="A many featured astrology chart calculation program" HOMEPAGE="http://www.astrolog.org/astrolog.htm" @@ -9,10 +9,12 @@ LICENSE="astrolog" SLOT="0" # works fine on x86 - runs probably on other architectures, too -KEYWORDS="~x86" +KEYWORDS="x86 ppc64 ppc amd64" IUSE="X" +DEPEND="X? ( x11-base/xorg-x11 )" + S="${WORKDIR}" src_unpack() { |