diff options
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/sfst/ChangeLog | 6 | ||||
-rw-r--r-- | sci-misc/sfst/metadata.xml | 10 | ||||
-rw-r--r-- | sci-misc/sfst/sfst-1.4.2.ebuild | 4 | ||||
-rw-r--r-- | sci-misc/sfst/sfst-1.4.6g.ebuild | 4 |
4 files changed, 14 insertions, 10 deletions
diff --git a/sci-misc/sfst/ChangeLog b/sci-misc/sfst/ChangeLog index ac6a40d94..64d702a11 100644 --- a/sci-misc/sfst/ChangeLog +++ b/sci-misc/sfst/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-misc/sfst -# 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> sfst-1.4.2.ebuild, + sfst-1.4.6g.ebuild, metadata.xml: + Add ~amd64 or ~x86 keywords for revdeps + *sfst-1.4.6g (01 Aug 2012) 01 Aug 2012; Flammie Pirinen <flammie@gentoo.org> +sfst-1.4.6g.ebuild: diff --git a/sci-misc/sfst/metadata.xml b/sci-misc/sfst/metadata.xml index 8bea85102..1865e60db 100644 --- a/sci-misc/sfst/metadata.xml +++ b/sci-misc/sfst/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>flammie@gentoo.org</email> - <description>N.B. This is used in my master’s thesis project</description> - </maintainer> - <longdescription> + <maintainer> + <email>flammie@gentoo.org</email> + <description>N.B. This is used in my master’s thesis project</description> + </maintainer> + <longdescription> SFST is open source package for compiling and using Finite State Transducers, mainly for linguistic uses, made in university of Stuttgart, Germany. diff --git a/sci-misc/sfst/sfst-1.4.2.ebuild b/sci-misc/sfst/sfst-1.4.2.ebuild index 73d5664b6..7fd9ed70f 100644 --- a/sci-misc/sfst/sfst-1.4.2.ebuild +++ b/sci-misc/sfst/sfst-1.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="emacs vim-syntax" DEPEND=" diff --git a/sci-misc/sfst/sfst-1.4.6g.ebuild b/sci-misc/sfst/sfst-1.4.6g.ebuild index 6222fddd1..ae6845e53 100644 --- a/sci-misc/sfst/sfst-1.4.6g.ebuild +++ b/sci-misc/sfst/sfst-1.4.6g.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: $ @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="emacs vim-syntax" RDEPEND="sys-libs/readline" |