diff options
author | Sam James <sam@gentoo.org> | 2022-02-14 20:39:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-14 20:39:37 +0000 |
commit | 868330eec0b82001aa09c3415e5ba5bfad9ee7de (patch) | |
tree | 3e531b9b5fee05e0db260d91f850c348314673ad | |
parent | media-libs/fcft: Keyword 3.0.1 arm64, #832988 (diff) | |
download | gentoo-868330eec0b82001aa09c3415e5ba5bfad9ee7de.tar.gz gentoo-868330eec0b82001aa09c3415e5ba5bfad9ee7de.tar.bz2 gentoo-868330eec0b82001aa09c3415e5ba5bfad9ee7de.zip |
games-misc/nyancat: Keyword 1.5.2 arm64, #832771
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | games-misc/nyancat/nyancat-1.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-misc/nyancat/nyancat-1.5.2.ebuild b/games-misc/nyancat/nyancat-1.5.2.ebuild index 19dce0d65b5a..1cbd085411f3 100644 --- a/games-misc/nyancat/nyancat-1.5.2.ebuild +++ b/games-misc/nyancat/nyancat-1.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/klange/nyancat/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" src_compile() { emake CC="$(tc-getCC)" |