diff options
author | 2008-06-27 10:22:20 +0000 | |
---|---|---|
committer | 2008-06-27 10:22:20 +0000 | |
commit | 77fc8207c3cc379d1bd80a354d4462d2e66ee93c (patch) | |
tree | e104ca1ddd90859cbac33089b544309140685878 /sci-astronomy/xfitsview | |
parent | Change dependency from virtual/motif to x11-libs/openmotif, bug 224749. (diff) | |
download | gentoo-2-77fc8207c3cc379d1bd80a354d4462d2e66ee93c.tar.gz gentoo-2-77fc8207c3cc379d1bd80a354d4462d2e66ee93c.tar.bz2 gentoo-2-77fc8207c3cc379d1bd80a354d4462d2e66ee93c.zip |
Change dependency from virtual/motif to x11-libs/openmotif, bug 224749.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
Diffstat (limited to 'sci-astronomy/xfitsview')
-rw-r--r-- | sci-astronomy/xfitsview/ChangeLog | 8 | ||||
-rw-r--r-- | sci-astronomy/xfitsview/xfitsview-2.1.ebuild | 6 | ||||
-rw-r--r-- | sci-astronomy/xfitsview/xfitsview-2.2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-astronomy/xfitsview/ChangeLog b/sci-astronomy/xfitsview/ChangeLog index e4389dc0d2ac..72a16678c77f 100644 --- a/sci-astronomy/xfitsview/ChangeLog +++ b/sci-astronomy/xfitsview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/xfitsview -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/ChangeLog,v 1.2 2007/09/11 11:36:29 bicatali Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/ChangeLog,v 1.3 2008/06/27 10:22:20 ulm Exp $ + + 27 Jun 2008; Ulrich Mueller <ulm@gentoo.org> xfitsview-2.1.ebuild, + xfitsview-2.2.ebuild: + Change dependency from virtual/motif to x11-libs/openmotif, bug 224749. *xfitsview-2.2 (11 Sep 2007) diff --git a/sci-astronomy/xfitsview/xfitsview-2.1.ebuild b/sci-astronomy/xfitsview/xfitsview-2.1.ebuild index 0da959c4bd6a..bcbed7c81f65 100644 --- a/sci-astronomy/xfitsview/xfitsview-2.1.ebuild +++ b/sci-astronomy/xfitsview/xfitsview-2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.1.ebuild,v 1.1 2007/04/19 16:27:39 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.1.ebuild,v 1.2 2008/06/27 10:22:20 ulm Exp $ inherit eutils @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="virtual/motif" +DEPEND="x11-libs/openmotif" S=${WORKDIR}/${MY_PN} diff --git a/sci-astronomy/xfitsview/xfitsview-2.2.ebuild b/sci-astronomy/xfitsview/xfitsview-2.2.ebuild index 7ad9625a514e..ff5afd81f830 100644 --- a/sci-astronomy/xfitsview/xfitsview-2.2.ebuild +++ b/sci-astronomy/xfitsview/xfitsview-2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.2.ebuild,v 1.1 2007/09/11 11:36:29 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.2.ebuild,v 1.2 2008/06/27 10:22:20 ulm Exp $ inherit eutils @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RESTRICT="test" -DEPEND="virtual/motif" +DEPEND="x11-libs/openmotif" S=${WORKDIR}/${MY_PN} |