diff options
author | Markus Meier <maekke@gentoo.org> | 2008-05-02 11:52:53 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-05-02 11:52:53 +0000 |
commit | 43285f455c2747697c008980dad6d614191e7fd7 (patch) | |
tree | 5c46814a128efa319fc2bd26047babce88853258 /sci-astronomy | |
parent | block sci-astronomy/xephem, bug #204975 (diff) | |
download | gentoo-2-43285f455c2747697c008980dad6d614191e7fd7.tar.gz gentoo-2-43285f455c2747697c008980dad6d614191e7fd7.tar.bz2 gentoo-2-43285f455c2747697c008980dad6d614191e7fd7.zip |
block media-gfx/feh, bug #204975
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/xephem/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/xephem/xephem-3.7.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-astronomy/xephem/ChangeLog b/sci-astronomy/xephem/ChangeLog index 3928282be167..3d040ee4d455 100644 --- a/sci-astronomy/xephem/ChangeLog +++ b/sci-astronomy/xephem/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/xephem # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/ChangeLog,v 1.21 2008/01/29 12:41:50 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/ChangeLog,v 1.22 2008/05/02 11:52:53 maekke Exp $ + + 02 May 2008; Markus Meier <maekke@gentoo.org> xephem-3.7.2.ebuild: + block media-gfx/feh, bug #204975 29 Jan 2008; Sébastien Fabbro <bicatali@gentoo.org> -xephem-3.6.4.ebuild: Removed obsolete version diff --git a/sci-astronomy/xephem/xephem-3.7.2.ebuild b/sci-astronomy/xephem/xephem-3.7.2.ebuild index fd3db0dd0b52..f0a01041cb4b 100644 --- a/sci-astronomy/xephem/xephem-3.7.2.ebuild +++ b/sci-astronomy/xephem/xephem-3.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.7.2.ebuild,v 1.8 2008/01/15 16:52:54 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.7.2.ebuild,v 1.9 2008/05/02 11:52:53 maekke Exp $ inherit eutils @@ -11,7 +11,8 @@ KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="" SLOT="0" LICENSE="as-is" -DEPEND="virtual/motif" +DEPEND="!media-gfx/feh + virtual/motif" src_unpack() { unpack ${A} |