diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-04-16 14:58:07 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-04-16 14:58:23 +0200 |
commit | 63c8187737109fc76ab5c549165fc1d6a30c0139 (patch) | |
tree | 9888c8fc6ee2dde6f26ef3b2a1080be23027d131 /games-misc | |
parent | x11-misc/dxpc: update EAPI 6 -> 8 (diff) | |
download | gentoo-63c8187737109fc76ab5c549165fc1d6a30c0139.tar.gz gentoo-63c8187737109fc76ab5c549165fc1d6a30c0139.tar.bz2 gentoo-63c8187737109fc76ab5c549165fc1d6a30c0139.zip |
games-misc/nyancat: stabilize 1.5.2 for amd64
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'games-misc')
-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 1cbd085411f3..5f2040d4740f 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-2022 Gentoo Authors +# Copyright 1999-2023 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 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" src_compile() { emake CC="$(tc-getCC)" |