diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2008-04-28 19:07:18 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2008-04-28 19:07:18 +0000 |
commit | 7f6ae8b1f391126c9942264bc7aceb6423586a28 (patch) | |
tree | 4dc8c13c76e21eb6cb8fc929f85d3d9477d56b04 /sci-libs | |
parent | Version bumped. (diff) | |
download | gentoo-2-7f6ae8b1f391126c9942264bc7aceb6423586a28.tar.gz gentoo-2-7f6ae8b1f391126c9942264bc7aceb6423586a28.tar.bz2 gentoo-2-7f6ae8b1f391126c9942264bc7aceb6423586a28.zip |
Keyworded on alpha, bug #219458
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/camd/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/camd/camd-2.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/camd/ChangeLog b/sci-libs/camd/ChangeLog index 106bf35beaa4..5d9d7a02c8eb 100644 --- a/sci-libs/camd/ChangeLog +++ b/sci-libs/camd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/camd # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/camd/ChangeLog,v 1.4 2008/04/28 01:02:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/camd/ChangeLog,v 1.5 2008/04/28 19:07:18 klausman Exp $ + + 28 Apr 2008; Tobias Klausmann <klausman@gentoo.org> camd-2.2.0.ebuild: + Keyworded on alpha, bug #219458 28 Apr 2008; Jeroen Roovers <jer@gentoo.org> camd-2.2.0.ebuild: Marked ~hppa (bug #219466). diff --git a/sci-libs/camd/camd-2.2.0.ebuild b/sci-libs/camd/camd-2.2.0.ebuild index 70e7b60626e5..4a53a8f75d10 100644 --- a/sci-libs/camd/camd-2.2.0.ebuild +++ b/sci-libs/camd/camd-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/camd/camd-2.2.0.ebuild,v 1.3 2008/04/28 01:02:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/camd/camd-2.2.0.ebuild,v 1.4 2008/04/28 19:07:18 klausman Exp $ inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86" IUSE="doc" DEPEND="sci-libs/ufconfig" |