diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-09 20:18:20 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-09 20:18:20 +0000 |
commit | 96e6e5c0028d667d67386a002cab00abf13710c5 (patch) | |
tree | db881770aa81dbe30df4d06956bfab7948a00e41 /sci-libs/ufconfig | |
parent | Add '\' to LANGS at EOL to allow proper ${LANG} matching. Add note about get_... (diff) | |
download | gentoo-2-96e6e5c0028d667d67386a002cab00abf13710c5.tar.gz gentoo-2-96e6e5c0028d667d67386a002cab00abf13710c5.tar.bz2 gentoo-2-96e6e5c0028d667d67386a002cab00abf13710c5.zip |
ppc64 stable wrt #325183
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/ufconfig')
-rw-r--r-- | sci-libs/ufconfig/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/ufconfig/ufconfig-3.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/ufconfig/ChangeLog b/sci-libs/ufconfig/ChangeLog index c8c6e2ece3de..4088659e6ea8 100644 --- a/sci-libs/ufconfig/ChangeLog +++ b/sci-libs/ufconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/ufconfig # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ChangeLog,v 1.23 2010/07/09 10:04:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ChangeLog,v 1.24 2010/07/09 20:18:20 ssuominen Exp $ + + 09 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> ufconfig-3.5.0.ebuild: + ppc64 stable wrt #325183 09 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> ufconfig-3.1.0.ebuild: ppc64 stable wrt #318649 diff --git a/sci-libs/ufconfig/ufconfig-3.5.0.ebuild b/sci-libs/ufconfig/ufconfig-3.5.0.ebuild index c7b955ef2488..66dd0bbfafe5 100644 --- a/sci-libs/ufconfig/ufconfig-3.5.0.ebuild +++ b/sci-libs/ufconfig/ufconfig-3.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ufconfig-3.5.0.ebuild,v 1.5 2010/06/27 10:08:31 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ufconfig-3.5.0.ebuild,v 1.6 2010/07/09 20:18:20 ssuominen Exp $ inherit multilib toolchain-funcs @@ -11,7 +11,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 ~hppa ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="static-libs" DEPEND="" |