diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-10-24 19:27:50 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-10-24 19:27:50 +0000 |
commit | 60fc1f518319097e37b76fb121f4bbe720c4334a (patch) | |
tree | 380307132e9f7824f3f77d7ff75e3f99c1f183aa /sci-astronomy/xfitsview | |
parent | Update dependency after package move from x11-libs/openmotif to x11-libs/motif. (diff) | |
download | gentoo-2-60fc1f518319097e37b76fb121f4bbe720c4334a.tar.gz gentoo-2-60fc1f518319097e37b76fb121f4bbe720c4334a.tar.bz2 gentoo-2-60fc1f518319097e37b76fb121f4bbe720c4334a.zip |
Update dependency after package move from x11-libs/openmotif to x11-libs/motif.
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'sci-astronomy/xfitsview')
-rw-r--r-- | sci-astronomy/xfitsview/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-astronomy/xfitsview/ChangeLog b/sci-astronomy/xfitsview/ChangeLog index df749f56108d..163b0ff7bca7 100644 --- a/sci-astronomy/xfitsview/ChangeLog +++ b/sci-astronomy/xfitsview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/xfitsview # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/ChangeLog,v 1.8 2012/08/05 20:00:56 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/ChangeLog,v 1.9 2012/10/24 19:27:50 ulm Exp $ + + 24 Oct 2012; Ulrich Müller <ulm@gentoo.org> xfitsview-2.2-r1.ebuild: + Update dependency after package move from x11-libs/openmotif to + x11-libs/motif. 05 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> xfitsview-2.2-r1.ebuild: switched to EAPI 4 keyword amd64-linux, x86-linux diff --git a/sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild b/sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild index 32ce72801856..ad834765fc42 100644 --- a/sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild +++ b/sci-astronomy/xfitsview/xfitsview-2.2-r1.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/xfitsview/xfitsview-2.2-r1.ebuild,v 1.3 2012/08/05 20:00:56 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild,v 1.4 2012/10/24 19:27:50 ulm Exp $ EAPI=4 inherit eutils @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -DEPEND=">=x11-libs/openmotif-2.3:0" +DEPEND=">=x11-libs/motif-2.3:0" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_PN} |