diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-04 11:17:42 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-04 11:17:42 +0000 |
commit | e488ea293ac0577531d2233c8f77bad6370bd2ca (patch) | |
tree | 592e5483a1cc3377bcaa864c60075cfd1475590b /sci-libs/cbflib | |
parent | Stable for x86, wrt bug #440170 (diff) | |
download | gentoo-2-e488ea293ac0577531d2233c8f77bad6370bd2ca.tar.gz gentoo-2-e488ea293ac0577531d2233c8f77bad6370bd2ca.tar.bz2 gentoo-2-e488ea293ac0577531d2233c8f77bad6370bd2ca.zip |
Stable for x86, wrt bug #440368
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-libs/cbflib')
-rw-r--r-- | sci-libs/cbflib/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cbflib/cbflib-0.9.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/cbflib/ChangeLog b/sci-libs/cbflib/ChangeLog index af36a17e7905..1c76fd393435 100644 --- a/sci-libs/cbflib/ChangeLog +++ b/sci-libs/cbflib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cbflib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.30 2012/11/01 11:50:45 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.31 2012/12/04 11:17:42 ago Exp $ + + 04 Dec 2012; <ago@gentoo.org> cbflib-0.9.2.4.ebuild: + Stable for x86, wrt bug #440368 01 Nov 2012; Anthony G. Basile <blueness@gentoo.org> cbflib-0.9.2.4.ebuild: stable ppc, bug #440368 diff --git a/sci-libs/cbflib/cbflib-0.9.2.4.ebuild b/sci-libs/cbflib/cbflib-0.9.2.4.ebuild index 71cab6bf700e..b2b21c9ffb87 100644 --- a/sci-libs/cbflib/cbflib-0.9.2.4.ebuild +++ b/sci-libs/cbflib/cbflib-0.9.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.9.2.4.ebuild,v 1.5 2012/11/01 11:50:45 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.9.2.4.ebuild,v 1.6 2012/12/04 11:17:42 ago Exp $ EAPI=4 @@ -21,7 +21,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P1}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" IUSE="doc test" S=${WORKDIR}/${MY_P1} |