diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-19 00:48:33 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-19 00:48:33 +0000 |
commit | 72054062dd27b16d64d0fc8572c05d07d730c231 (patch) | |
tree | 6666350362f1540b9be94f091eb4819d210eb0c1 /sci-calculators/abakus | |
parent | Fix for modular X, and do a little ebuild cleanup. (diff) | |
download | gentoo-2-72054062dd27b16d64d0fc8572c05d07d730c231.tar.gz gentoo-2-72054062dd27b16d64d0fc8572c05d07d730c231.tar.bz2 gentoo-2-72054062dd27b16d64d0fc8572c05d07d730c231.zip |
Stable on amd64.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sci-calculators/abakus')
-rw-r--r-- | sci-calculators/abakus/ChangeLog | 7 | ||||
-rw-r--r-- | sci-calculators/abakus/abakus-0.90.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-calculators/abakus/ChangeLog b/sci-calculators/abakus/ChangeLog index 4d7e3db320b2..e21768b46ba3 100644 --- a/sci-calculators/abakus/ChangeLog +++ b/sci-calculators/abakus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/abakus -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/ChangeLog,v 1.3 2005/10/04 23:22:42 dang Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/ChangeLog,v 1.4 2006/01/19 00:48:33 cryos Exp $ + + 19 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> abakus-0.90.ebuild: + Stable on amd64. 04 Oct 2005; <dang@gentoo.org> abakus-0.90.ebuild: Marked ~amd64 diff --git a/sci-calculators/abakus/abakus-0.90.ebuild b/sci-calculators/abakus/abakus-0.90.ebuild index 110b1024c64e..e1e880c4f112 100644 --- a/sci-calculators/abakus/abakus-0.90.ebuild +++ b/sci-calculators/abakus/abakus-0.90.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/abakus-0.90.ebuild,v 1.2 2005/10/04 23:22:42 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/abakus-0.90.ebuild,v 1.3 2006/01/19 00:48:33 cryos Exp $ inherit kde @@ -11,7 +11,7 @@ SRC_URI="http://www.kde-apps.org/content/files/16751-abakus-0.90.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" # leave gmp out for now, does not work for me IUSE="debug" # gmp |