diff options
author | George Shapovalov <george@gentoo.org> | 2005-11-07 12:03:20 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2005-11-07 12:03:20 +0000 |
commit | 629878ffa74ca94cc7ac97e9b35120e258542c28 (patch) | |
tree | c41d8efdc0b20aa557e34110cdf06be9b4d9a8f9 /app-misc | |
parent | added version 6.2 - bug #111042. version 6.2 uses 'static' instead of 'smalls... (diff) | |
download | gentoo-2-629878ffa74ca94cc7ac97e9b35120e258542c28.tar.gz gentoo-2-629878ffa74ca94cc7ac97e9b35120e258542c28.tar.bz2 gentoo-2-629878ffa74ca94cc7ac97e9b35120e258542c28.zip |
fixed missing DEPEND on (optional) X (#109227). No revbump as this is compile-time
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/astrolog/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/astrolog/Manifest | 6 | ||||
-rw-r--r-- | app-misc/astrolog/astrolog-5.40.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/app-misc/astrolog/ChangeLog b/app-misc/astrolog/ChangeLog index c851d3fe4bcb..88246eb1b2d8 100644 --- a/app-misc/astrolog/ChangeLog +++ b/app-misc/astrolog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/astrolog # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/astrolog/ChangeLog,v 1.8 2005/04/21 19:01:39 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/astrolog/ChangeLog,v 1.9 2005/11/07 12:03:20 george Exp $ + + 07 Nov 2005; George Shapovalov <george@gentoo.org> astrolog-5.40.ebuild: + fixed missing DEPEND on (optional) X (#109227) 21 Apr 2005; Simon Stelling <blubb@gentoo.org> astrolog-5.40.ebuild: stable on amd64 diff --git a/app-misc/astrolog/Manifest b/app-misc/astrolog/Manifest index 6bafdcb5fabb..6edd1e6d97d1 100644 --- a/app-misc/astrolog/Manifest +++ b/app-misc/astrolog/Manifest @@ -1,4 +1,4 @@ -MD5 643db99b841115bd25037e1853af5268 ChangeLog 801 -MD5 6c735f53d90c22e00df49e4f93f3b5ca astrolog-5.40.ebuild 1985 -MD5 b6ac40cfdd9adfabf7d803ccf47865f1 metadata.xml 408 +MD5 92c860ff7d0fbe220dc3fcdd91e3dcf6 ChangeLog 926 +MD5 a80f6ba450fe8939c743feaf827d42a6 astrolog-5.40.ebuild 2020 MD5 d6e3d805e13b735f1bc9665ccd43e858 files/digest-astrolog-5.40 58 +MD5 b6ac40cfdd9adfabf7d803ccf47865f1 metadata.xml 408 diff --git a/app-misc/astrolog/astrolog-5.40.ebuild b/app-misc/astrolog/astrolog-5.40.ebuild index b99e833724d9..bb07c6594dc7 100644 --- a/app-misc/astrolog/astrolog-5.40.ebuild +++ b/app-misc/astrolog/astrolog-5.40.ebuild @@ -1,6 +1,6 @@ # 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.8 2005/04/21 19:01:39 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/astrolog/astrolog-5.40.ebuild,v 1.9 2005/11/07 12:03:20 george Exp $ DESCRIPTION="A many featured astrology chart calculation program" HOMEPAGE="http://www.astrolog.org/astrolog.htm" @@ -13,6 +13,8 @@ KEYWORDS="x86 ppc64 ppc amd64" IUSE="X" +DEPEND="X? ( x11-base/xorg-x11 )" + S="${WORKDIR}" src_unpack() { |