diff options
author | Brent Baude <ranger@gentoo.org> | 2006-08-09 20:24:17 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2006-08-09 20:24:17 +0000 |
commit | b793d610767d4701bf0ee21e7242d11ebb875519 (patch) | |
tree | cf3ee6d698be72613e2961315f0b7a937ccac857 /sci-mathematics/kseg | |
parent | Move graphviz only to RDEPEND, bug #142730. (diff) | |
download | gentoo-2-b793d610767d4701bf0ee21e7242d11ebb875519.tar.gz gentoo-2-b793d610767d4701bf0ee21e7242d11ebb875519.tar.bz2 gentoo-2-b793d610767d4701bf0ee21e7242d11ebb875519.zip |
Marking kseg-0.403 ~ppc64 per bug 142742
(Portage version: 2.1-r1)
Diffstat (limited to 'sci-mathematics/kseg')
-rw-r--r-- | sci-mathematics/kseg/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/kseg/kseg-0.403.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/kseg/ChangeLog b/sci-mathematics/kseg/ChangeLog index c01972c93fae..b07a3beb29a2 100644 --- a/sci-mathematics/kseg/ChangeLog +++ b/sci-mathematics/kseg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/kseg # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kseg/ChangeLog,v 1.3 2006/08/05 12:54:21 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kseg/ChangeLog,v 1.4 2006/08/09 20:24:17 ranger Exp $ + + 09 Aug 2006; Brent Baude <ranger@gentoo.org> kseg-0.403.ebuild: + Marking kseg-0.403 ~ppc64 per bug 142742 05 Aug 2006; Tobias Scherbaum <dertobi123@gentoo.org> kseg-0.403.ebuild: Added ~ppc, bug #142742 diff --git a/sci-mathematics/kseg/kseg-0.403.ebuild b/sci-mathematics/kseg/kseg-0.403.ebuild index 3eb6d4681e4b..0b7c46504550 100644 --- a/sci-mathematics/kseg/kseg-0.403.ebuild +++ b/sci-mathematics/kseg/kseg-0.403.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kseg/kseg-0.403.ebuild,v 1.2 2006/08/05 12:54:21 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kseg/kseg-0.403.ebuild,v 1.3 2006/08/09 20:24:17 ranger Exp $ inherit eutils qt3 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.mit.edu/~ibaran/kseg.html" SRC_URI="http://www.mit.edu/~ibaran/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="examples" DEPEND="$(qt_min_version 3.3)" |