diff options
author | Markus Meier <maekke@gentoo.org> | 2017-12-21 06:44:08 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-12-21 06:44:08 +0100 |
commit | fc7573a45bcc1d1295787f8ad086aba8e73c985b (patch) | |
tree | 01d64f9b3a8f6eccb7e743d8fb06e1d72c4ada39 /dev-libs/libbytesize | |
parent | sys-libs/libblockdev: add ~arm64, bug #636702 (diff) | |
download | gentoo-fc7573a45bcc1d1295787f8ad086aba8e73c985b.tar.gz gentoo-fc7573a45bcc1d1295787f8ad086aba8e73c985b.tar.bz2 gentoo-fc7573a45bcc1d1295787f8ad086aba8e73c985b.zip |
dev-libs/libbytesize: add ~arm64, bug #636702
Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-libs/libbytesize')
-rw-r--r-- | dev-libs/libbytesize/libbytesize-1.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild index 920cdcef5ab1..a6c5e9530b83 100644 --- a/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild +++ b/dev-libs/libbytesize/libbytesize-1.2-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/rhinstaller/libbytesize" SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86" IUSE="doc test" RDEPEND=" |