diff options
author | Steev Klimaszewski <steev@gentoo.org> | 2016-03-14 09:53:50 -0500 |
---|---|---|
committer | Steev Klimaszewski <steev@gentoo.org> | 2016-03-14 09:54:51 -0500 |
commit | 273284adc1ef74acf183eb5a64b87ae7d73aa820 (patch) | |
tree | c20e5cfb60a3ea0ccc358cc43afcbc0d3e8b34c5 /sys-apps/gentoo-systemd-integration | |
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')
-rw-r--r-- | sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-5.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 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 93648ddc5336..9241ede6e058 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 diff --git a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild index 93648ddc5336..9241ede6e058 100644 --- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild +++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.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 |