diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2017-08-20 19:13:37 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-08-28 01:33:51 +1000 |
commit | d294b198bcc153b7c71e1c6b4241b023b3b74457 (patch) | |
tree | 5f4f867892d8b680348bf90f5467a1a310ba788a /app-text/libebook/libebook-0.1.2-r1.ebuild | |
parent | dev-libs/librevenge: added ~arm64 keyword after testing on ARM Cortex-A53 (diff) | |
download | gentoo-d294b198bcc153b7c71e1c6b4241b023b3b74457.tar.gz gentoo-d294b198bcc153b7c71e1c6b4241b023b3b74457.tar.bz2 gentoo-d294b198bcc153b7c71e1c6b4241b023b3b74457.zip |
app-text/libebook: added ~arm64 keyword. Tested an ARM Cortex-A53
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-text/libebook/libebook-0.1.2-r1.ebuild')
-rw-r--r-- | app-text/libebook/libebook-0.1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/libebook/libebook-0.1.2-r1.ebuild b/app-text/libebook/libebook-0.1.2-r1.ebuild index b1137f20dd07..53975fc2cc1e 100644 --- a/app-text/libebook/libebook-0.1.2-r1.ebuild +++ b/app-text/libebook/libebook-0.1.2-r1.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 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="doc test tools" RDEPEND=" |