diff options
author | 2016-03-14 09:53:50 -0500 | |
---|---|---|
committer | 2016-03-14 09:54:51 -0500 | |
commit | 273284adc1ef74acf183eb5a64b87ae7d73aa820 (patch) | |
tree | c20e5cfb60a3ea0ccc358cc43afcbc0d3e8b34c5 /sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-5.ebuild | |
parent | sys-apps/systemd: Add ~arm64 keyword (diff) | |
download | gentoo-273284adc1ef74acf183eb5a64b87ae7d73aa820.tar.gz gentoo-273284adc1ef74acf183eb5a64b87ae7d73aa820.tar.bz2 gentoo-273284adc1ef74acf183eb5a64b87ae7d73aa820.zip |
sys-apps/gentoo-systemd-integration: Add ~arm64 keyword
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-5.ebuild')
-rw-r--r-- | sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-5.ebuild b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-5.ebuild index 93648ddc533..9241ede6e05 100644 --- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-5.ebuild +++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-5.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then inherit autotools git-r3 else SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi inherit systemd |