diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-07-10 14:36:53 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-07-10 14:36:53 +0000 |
commit | 78e5659e8da838b2cc8547bc61ee540164426673 (patch) | |
tree | 5e9f5b404088cd05a7a3e1ce8fe68d312bc39012 | |
parent | stable x86, bug 326381 (diff) | |
download | gentoo-2-78e5659e8da838b2cc8547bc61ee540164426673.tar.gz gentoo-2-78e5659e8da838b2cc8547bc61ee540164426673.tar.bz2 gentoo-2-78e5659e8da838b2cc8547bc61ee540164426673.zip |
stable x86, bug 325183
(Portage version: 2.1.8.3/cvs/Linux i686)
-rw-r--r-- | sci-libs/ufconfig/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/ufconfig/ufconfig-3.5.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/ufconfig/ChangeLog b/sci-libs/ufconfig/ChangeLog index 4088659e6ea8..4a1f1c082e07 100644 --- a/sci-libs/ufconfig/ChangeLog +++ b/sci-libs/ufconfig/ChangeLog @@ -1,6 +1,10 @@ # 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.24 2010/07/09 20:18:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ChangeLog,v 1.25 2010/07/10 14:36:53 fauli Exp $ + + 10 Jul 2010; Christian Faulhammer <fauli@gentoo.org> + ufconfig-3.5.0.ebuild: + stable x86, bug 325183 09 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> ufconfig-3.5.0.ebuild: ppc64 stable wrt #325183 diff --git a/sci-libs/ufconfig/ufconfig-3.5.0.ebuild b/sci-libs/ufconfig/ufconfig-3.5.0.ebuild index 66dd0bbfafe5..874ceb475595 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.6 2010/07/09 20:18:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ufconfig/ufconfig-3.5.0.ebuild,v 1.7 2010/07/10 14:36:53 fauli 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="" |