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-229.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-229.ebuild')
-rw-r--r--sys-apps/systemd/systemd-229.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/systemd/systemd-229.ebuild b/sys-apps/systemd/systemd-229.ebuild
index bbb88dc8c52a..e15ac3066b16 100644
--- a/sys-apps/systemd/systemd-229.ebuild
+++ b/sys-apps/systemd/systemd-229.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
else
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz
https://dev.gentoo.org/~floppym/dist/${P}-patches.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 \