diff options
-rw-r--r-- | sci-visualization/xgraph/ChangeLog | 7 | ||||
-rw-r--r-- | sci-visualization/xgraph/xgraph-12.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-visualization/xgraph/ChangeLog b/sci-visualization/xgraph/ChangeLog index d90f3a2bc9a0..ba2f0ad6e9c6 100644 --- a/sci-visualization/xgraph/ChangeLog +++ b/sci-visualization/xgraph/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/xgraph -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/ChangeLog,v 1.7 2007/07/22 06:45:51 dberkholz Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/ChangeLog,v 1.8 2008/02/06 21:43:31 grobian Exp $ + + 06 Feb 2008; Fabian Groffen <grobian@gentoo.org> xgraph-12.1-r1.ebuild: + Dropped ppc-macos keyword, see you in prefix 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; xgraph-12.1-r1.ebuild: diff --git a/sci-visualization/xgraph/xgraph-12.1-r1.ebuild b/sci-visualization/xgraph/xgraph-12.1-r1.ebuild index 7d7808cf07b8..088de255be85 100644 --- a/sci-visualization/xgraph/xgraph-12.1-r1.ebuild +++ b/sci-visualization/xgraph/xgraph-12.1-r1.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-visualization/xgraph/xgraph-12.1-r1.ebuild,v 1.4 2007/07/22 06:45:51 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xgraph/xgraph-12.1-r1.ebuild,v 1.5 2008/02/06 21:43:31 grobian Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.isi.edu/nsnam/xgraph/" SRC_URI="http://www.isi.edu/nsnam/dist/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc-macos sparc ~x86" +KEYWORDS="~amd64 ~ppc sparc ~x86" IUSE="" DEPEND="x11-libs/libSM x11-libs/libX11" |