diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2019-03-02 22:33:11 +0000 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-03 00:28:09 +0100 |
commit | 993ceecb3e5de31d9f5a5217e0657eb20c6efc8c (patch) | |
tree | aebf28af3657de2a5c6ce21c431f171bb6b424f1 /sys-boot | |
parent | kde-plasma/plasma-nm: added ~arm64 (diff) | |
download | gentoo-993ceecb3e5de31d9f5a5217e0657eb20c6efc8c.tar.gz gentoo-993ceecb3e5de31d9f5a5217e0657eb20c6efc8c.tar.bz2 gentoo-993ceecb3e5de31d9f5a5217e0657eb20c6efc8c.zip |
sys-boot/plymouth: added ~arm64
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/plymouth/plymouth-0.9.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/plymouth/plymouth-0.9.4-r1.ebuild b/sys-boot/plymouth/plymouth-0.9.4-r1.ebuild index e8e81bbdf962..a44e91d017d1 100644 --- a/sys-boot/plymouth/plymouth-0.9.4-r1.ebuild +++ b/sys-boot/plymouth/plymouth-0.9.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://anongit.freedesktop.org/git/plymouth" else SRC_URI="${SRC_URI} https://www.freedesktop.org/software/plymouth/releases/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" fi inherit autotools readme.gentoo-r1 systemd toolchain-funcs |