diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-02 12:56:24 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-02 12:56:24 +0300 |
commit | 31aabe4d122ff18c7f807d70f568fd4d6063a194 (patch) | |
tree | 4256daa435b084b6d5299dc26f533b21ac569316 /app-text/libodfgen | |
parent | app-text/libnumbertext: amd64 stable wrt bug #673446 (diff) | |
download | gentoo-31aabe4d122ff18c7f807d70f568fd4d6063a194.tar.gz gentoo-31aabe4d122ff18c7f807d70f568fd4d6063a194.tar.bz2 gentoo-31aabe4d122ff18c7f807d70f568fd4d6063a194.zip |
app-text/libodfgen: amd64 stable wrt bug #673446
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-text/libodfgen')
-rw-r--r-- | app-text/libodfgen/libodfgen-0.1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/libodfgen/libodfgen-0.1.7.ebuild b/app-text/libodfgen/libodfgen-0.1.7.ebuild index 03f14c4c7029..97d1e321d633 100644 --- a/app-text/libodfgen/libodfgen-0.1.7.ebuild +++ b/app-text/libodfgen/libodfgen-0.1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then inherit autotools git-r3 else SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Library to generate ODF documents from libwpd and libwpg" |