diff options
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/xephem/ChangeLog | 7 | ||||
-rw-r--r-- | sci-astronomy/xephem/xephem-3.7.3.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/xephem/xephem-3.7.5.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/sci-astronomy/xephem/ChangeLog b/sci-astronomy/xephem/ChangeLog index d74483b19d14..bf8059d0a502 100644 --- a/sci-astronomy/xephem/ChangeLog +++ b/sci-astronomy/xephem/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-astronomy/xephem # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/ChangeLog,v 1.43 2012/10/10 06:48:28 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/ChangeLog,v 1.44 2012/10/24 19:25:50 ulm Exp $ + + 24 Oct 2012; Ulrich Müller <ulm@gentoo.org> xephem-3.7.3.ebuild, + xephem-3.7.5.ebuild: + Update dependency after package move from x11-libs/openmotif to + x11-libs/motif. 10 Oct 2012; Andreas Schuerch <nativemad@gentoo.org> xephem-3.7.5.ebuild: x86 stable, see bug 423673. Thanks Myckel Habets for testing diff --git a/sci-astronomy/xephem/xephem-3.7.3.ebuild b/sci-astronomy/xephem/xephem-3.7.3.ebuild index e6d3ff841515..c9123d8c7415 100644 --- a/sci-astronomy/xephem/xephem-3.7.3.ebuild +++ b/sci-astronomy/xephem/xephem-3.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.7.3.ebuild,v 1.13 2012/09/30 08:32:20 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.7.3.ebuild,v 1.14 2012/10/24 19:25:50 ulm Exp $ EAPI=1 @@ -13,7 +13,7 @@ KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="" SLOT="0" LICENSE="XEphem" -DEPEND=">=x11-libs/openmotif-2.3:0 +DEPEND=">=x11-libs/motif-2.3:0 virtual/jpeg media-libs/libpng" RDEPEND="${DEPEND}" diff --git a/sci-astronomy/xephem/xephem-3.7.5.ebuild b/sci-astronomy/xephem/xephem-3.7.5.ebuild index f09c57687412..6c656220b3aa 100644 --- a/sci-astronomy/xephem/xephem-3.7.5.ebuild +++ b/sci-astronomy/xephem/xephem-3.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.7.5.ebuild,v 1.7 2012/10/10 06:48:28 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.7.5.ebuild,v 1.8 2012/10/24 19:25:50 ulm Exp $ EAPI=4 inherit eutils toolchain-funcs @@ -13,7 +13,7 @@ IUSE="" SLOT=0 LICENSE="XEphem" -DEPEND=">=x11-libs/openmotif-2.3:0 +DEPEND=">=x11-libs/motif-2.3:0 virtual/jpeg media-libs/libpng" RDEPEND="${DEPEND}" |