diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2012-01-18 20:09:50 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2012-01-18 20:09:50 +0000 |
commit | 932f118573ec09adc938047212902aadaa4a3f4c (patch) | |
tree | 62fb1daca42fc382a067db7178dac34c9d9501a9 /sci-libs/ufconfig | |
parent | keyword for ~arm (diff) | |
download | gentoo-2-932f118573ec09adc938047212902aadaa4a3f4c.tar.gz gentoo-2-932f118573ec09adc938047212902aadaa4a3f4c.tar.bz2 gentoo-2-932f118573ec09adc938047212902aadaa4a3f4c.zip |
add ~arm keyword
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/ufconfig')
-rw-r--r-- | sci-libs/ufconfig/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/ufconfig/ufconfig-3.6.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/ufconfig/ChangeLog b/sci-libs/ufconfig/ChangeLog index 784fe6dac740..786f70eb5301 100644 --- a/sci-libs/ufconfig/ChangeLog +++ b/sci-libs/ufconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/ufconfig -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ChangeLog,v 1.30 2011/08/07 03:59:31 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ChangeLog,v 1.31 2012/01/18 20:09:50 lxnay Exp $ + + 18 Jan 2012; Fabio Erculiani <lxnay@gentoo.org> ufconfig-3.6.1.ebuild: + add ~arm keyword *ufconfig-3.6.1 (07 Aug 2011) diff --git a/sci-libs/ufconfig/ufconfig-3.6.1.ebuild b/sci-libs/ufconfig/ufconfig-3.6.1.ebuild index c44b248f8c45..a6a39c34fc37 100644 --- a/sci-libs/ufconfig/ufconfig-3.6.1.ebuild +++ b/sci-libs/ufconfig/ufconfig-3.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ufconfig-3.6.1.ebuild,v 1.1 2011/08/07 03:59:31 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ufconfig-3.6.1.ebuild,v 1.2 2012/01/18 20:09:50 lxnay Exp $ EAPI=4 inherit multilib toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="static-libs" DEPEND="" |