diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-17 18:32:28 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-17 18:32:28 +0300 |
commit | 93cadc99d796370bc9029600a493bc1173ee645b (patch) | |
tree | 0b2096095edb6bbac51575db1f865a729a46297a /app-text | |
parent | app-office/libreoffice-bin-debug: amd64 stable wrt bug #676956 (diff) | |
download | gentoo-93cadc99d796370bc9029600a493bc1173ee645b.tar.gz gentoo-93cadc99d796370bc9029600a493bc1173ee645b.tar.bz2 gentoo-93cadc99d796370bc9029600a493bc1173ee645b.zip |
app-text/libetonyek: amd64 stable wrt bug #676956
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libetonyek/libetonyek-0.1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/libetonyek/libetonyek-0.1.9.ebuild b/app-text/libetonyek/libetonyek-0.1.9.ebuild index a59ca6e00967..3ab760ddc9a8 100644 --- a/app-text/libetonyek/libetonyek-0.1.9.ebuild +++ b/app-text/libetonyek/libetonyek-0.1.9.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="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" fi DESCRIPTION="Library parsing Apple Keynote presentations" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" |