diff options
author | Markus Meier <maekke@gentoo.org> | 2011-09-04 10:19:01 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-09-04 10:19:01 +0000 |
commit | 6453400f842763a184cacb4402cce9a19ba5c179 (patch) | |
tree | 0dcbc59c0370937b8a6e23ff036e424c8594f6ca /app-text/crf++ | |
parent | x86 stable, bug #369601 (diff) | |
download | gentoo-2-6453400f842763a184cacb4402cce9a19ba5c179.tar.gz gentoo-2-6453400f842763a184cacb4402cce9a19ba5c179.tar.bz2 gentoo-2-6453400f842763a184cacb4402cce9a19ba5c179.zip |
x86 stable, bug #380561
(Portage version: 2.1.10.12/cvs/Linux x86_64)
Diffstat (limited to 'app-text/crf++')
-rw-r--r-- | app-text/crf++/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/crf++/crf++-0.54.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/crf++/ChangeLog b/app-text/crf++/ChangeLog index dbd681900c78..69670f19acf2 100644 --- a/app-text/crf++/ChangeLog +++ b/app-text/crf++/ChangeLog @@ -1,6 +1,9 @@ # 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.14 2011/08/30 02:19:24 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/crf++/ChangeLog,v 1.15 2011/09/04 10:19:01 maekke Exp $ + + 04 Sep 2011; Markus Meier <maekke@gentoo.org> crf++-0.54.ebuild: + x86 stable, bug #380561 30 Aug 2011; Naohiro Aota <naota@gentoo.org> crf++-0.54.ebuild: Add ~x86-fbsd diff --git a/app-text/crf++/crf++-0.54.ebuild b/app-text/crf++/crf++-0.54.ebuild index 200096a927f4..1af63696c064 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.3 2011/08/30 02:19:24 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/crf++/crf++-0.54.ebuild,v 1.4 2011/09/04 10:19:01 maekke 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="amd64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="examples static-libs" S="${WORKDIR}/${MY_P}" |