summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteev Klimaszewski <steev@gentoo.org>2016-03-14 09:46:58 -0500
committerSteev Klimaszewski <steev@gentoo.org>2016-03-14 09:54:42 -0500
commit0da03a258eed0b2327359db59d5bd86091429f84 (patch)
treed5afa3b28bf2744a970f321fa09172f8fd835587 /sys-apps/systemd/systemd-9999.ebuild
parentdev-perl/IO-HTML: alpha/arm/hppa/ia64/ppc64/ppc/sparc/x86 stable, (ALLARCHES ... (diff)
downloadgentoo-0da03a258eed0b2327359db59d5bd86091429f84.tar.gz
gentoo-0da03a258eed0b2327359db59d5bd86091429f84.tar.bz2
gentoo-0da03a258eed0b2327359db59d5bd86091429f84.zip
sys-apps/systemd: Add ~arm64 keyword
The systemd useflag is still masked in the profile, so for now you need to unmask it manually. Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-apps/systemd/systemd-9999.ebuild')
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index 8a5942c4e56a..fd59e38bcef8 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
else
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
fi
inherit autotools bash-completion-r1 linux-info \