diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-28 14:42:19 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-28 14:42:19 +0300 |
commit | 8f84e073623fad14d543b93356233d61a7029f21 (patch) | |
tree | aa726f53dfb2a1b025738014487674dc34e475cb /app-text/libepubgen | |
parent | dev-libs/libsigsegv: arm stable wrt bug #652802 (diff) | |
download | gentoo-8f84e073623fad14d543b93356233d61a7029f21.tar.gz gentoo-8f84e073623fad14d543b93356233d61a7029f21.tar.bz2 gentoo-8f84e073623fad14d543b93356233d61a7029f21.zip |
Add ~arm keyword (bug #646506)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-text/libepubgen')
-rw-r--r-- | app-text/libepubgen/libepubgen-0.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/libepubgen/libepubgen-0.1.0.ebuild b/app-text/libepubgen/libepubgen-0.1.0.ebuild index 508558384209..0a3637ac432a 100644 --- a/app-text/libepubgen/libepubgen-0.1.0.ebuild +++ b/app-text/libepubgen/libepubgen-0.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="debug doc test" RDEPEND=" |