diff options
-rw-r--r-- | app-text/crf++/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/crf++/crf++-0.54.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/crf++/ChangeLog b/app-text/crf++/ChangeLog index 3d7b54c82293..15473ece3558 100644 --- a/app-text/crf++/ChangeLog +++ b/app-text/crf++/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/crf++ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/crf++/ChangeLog,v 1.12 2011/05/30 23:32:56 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/crf++/ChangeLog,v 1.13 2011/08/26 15:21:18 chainsaw Exp $ + + 26 Aug 2011; Tony Vroon <chainsaw@gentoo.org> crf++-0.54.ebuild: + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug + #380561 filed by Hanno Boeck. *crf++-0.54 (30 May 2011) diff --git a/app-text/crf++/crf++-0.54.ebuild b/app-text/crf++/crf++-0.54.ebuild index 14581762a83b..9ef9f3006640 100644 --- a/app-text/crf++/crf++-0.54.ebuild +++ b/app-text/crf++/crf++-0.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/crf++/crf++-0.54.ebuild,v 1.1 2011/05/30 23:32:56 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/crf++/crf++-0.54.ebuild,v 1.2 2011/08/26 15:21:18 chainsaw Exp $ EAPI="3" inherit autotools eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/crfpp/${MY_P}.tar.gz" LICENSE="|| ( BSD LGPL-2.1 )" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~x86 amd64" IUSE="examples static-libs" S="${WORKDIR}/${MY_P}" |