aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/hfst/ChangeLog6
-rw-r--r--sci-misc/hfst/hfst-3.0.2.ebuild4
-rw-r--r--sci-misc/hfst/hfst-3.3.12.ebuild6
-rw-r--r--sci-misc/hfst/metadata.xml16
4 files changed, 18 insertions, 14 deletions
diff --git a/sci-misc/hfst/ChangeLog b/sci-misc/hfst/ChangeLog
index 67c498d5e..550fcb04d 100644
--- a/sci-misc/hfst/ChangeLog
+++ b/sci-misc/hfst/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-misc/hfst
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 03 Mar 2013; Justin Lecher <jlec@gentoo.org> hfst-3.0.2.ebuild,
+ hfst-3.3.12.ebuild, metadata.xml:
+ Add ~amd64 or ~x86 keywords for revdeps
+
*hfst-3.3.12 (31 Jul 2012)
31 Jul 2012; Flammie Pirinen <flammie@gentoo.org> +hfst-3.3.12.ebuild,
diff --git a/sci-misc/hfst/hfst-3.0.2.ebuild b/sci-misc/hfst/hfst-3.0.2.ebuild
index 7c1b02bc8..48efb841e 100644
--- a/sci-misc/hfst/hfst-3.0.2.ebuild
+++ b/sci-misc/hfst/hfst-3.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/archive/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="+openfst sfst" # foma"
DEPEND="
diff --git a/sci-misc/hfst/hfst-3.3.12.ebuild b/sci-misc/hfst/hfst-3.3.12.ebuild
index 45be9b7f3..00d5c4a24 100644
--- a/sci-misc/hfst/hfst-3.3.12.ebuild
+++ b/sci-misc/hfst/hfst-3.3.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="+openfst sfst foma xml +glib"
RDEPEND="
@@ -19,7 +19,7 @@ RDEPEND="
foma? ( >sci-misc/foma-0.9.13 )
xml? ( dev-libs/libxml2 dev-cpp/libxmlpp )
glib? ( dev-libs/glib )"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}
>=sys-devel/flex-2.5.35
sys-devel/bison"
diff --git a/sci-misc/hfst/metadata.xml b/sci-misc/hfst/metadata.xml
index efb69747d..1e603324b 100644
--- a/sci-misc/hfst/metadata.xml
+++ b/sci-misc/hfst/metadata.xml
@@ -1,28 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <longdescription lang="en">
+ <longdescription lang="en">
Open Source API for FSTs, a set of command line tools, and clones of
traditional FST-based linguistic morphology tools.
</longdescription>
- <use>
- <flag name="openfst">
+ <use>
+ <flag name="openfst">
Add optional support for openfst backend library
(<pkg>sci-misc/openfst</pkg>)
</flag>
- <flag name="foma">
+ <flag name="foma">
Add optional support for foma backend library
(<pkg>sci-misc/foma</pkg>)</flag>
- <flag name="sfst">
+ <flag name="sfst">
Add optional support for sfst backend library
(<pkg>sci-misc/sfst</pkg>)
</flag>
- <flag name="glib">
+ <flag name="glib">
Parse UTF-8 and collate unicode using glib instead of
homebrewn methods
</flag>
- <flag name="xml">
+ <flag name="xml">
Include parsers for grammars and formats that require XML support
</flag>
- </use>
+ </use>
</pkgmetadata>