diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-02 10:48:10 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-02 10:53:50 +0100 |
commit | 26b94ecb4947c4b738a4476696ff8140228f85a4 (patch) | |
tree | b0451cc89e479f615293e181b1ffb879c6bbb4c5 /app-text | |
parent | app-portage/gentoolkit: x86 stable wrt bug #590170 (diff) | |
download | gentoo-26b94ecb4947c4b738a4476696ff8140228f85a4.tar.gz gentoo-26b94ecb4947c4b738a4476696ff8140228f85a4.tar.bz2 gentoo-26b94ecb4947c4b738a4476696ff8140228f85a4.zip |
app-text/libodfgen: x86 stable wrt bug #601232
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libodfgen/libodfgen-0.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/libodfgen/libodfgen-0.1.6.ebuild b/app-text/libodfgen/libodfgen-0.1.6.ebuild index 72e7fc6a1d1a..41ce8ef9bc47 100644 --- a/app-text/libodfgen/libodfgen-0.1.6.ebuild +++ b/app-text/libodfgen/libodfgen-0.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ LICENSE="|| ( LGPL-2.1 MPL-2.0 )" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" IUSE="doc" |