diff options
author | Sam James <sam@gentoo.org> | 2023-09-07 20:50:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-07 20:50:50 +0100 |
commit | 543dad6dac5c8bd2088f10a7deec85b6c5dbf26a (patch) | |
tree | ae64f35a0607f607b654c793e78679802b53d92c | |
parent | app-arch/bzip3: Stabilize 1.3.2 amd64, #913759 (diff) | |
download | gentoo-543dad6dac5c8bd2088f10a7deec85b6c5dbf26a.tar.gz gentoo-543dad6dac5c8bd2088f10a7deec85b6c5dbf26a.tar.bz2 gentoo-543dad6dac5c8bd2088f10a7deec85b6c5dbf26a.zip |
app-emulation/uxn: Stabilize 0_p20230803 amd64, #913760
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-emulation/uxn/uxn-0_p20230803.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/uxn/uxn-0_p20230803.ebuild b/app-emulation/uxn/uxn-0_p20230803.ebuild index 17ab33829f65..7c9dd9d37bd1 100644 --- a/app-emulation/uxn/uxn-0_p20230803.ebuild +++ b/app-emulation/uxn/uxn-0_p20230803.ebuild @@ -17,7 +17,7 @@ elif [[ ${PV} == *_p20230803 ]] ; then SRC_URI="https://git.sr.ht/~rabbits/uxn/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/uxn-${COMMIT} - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" else die "wrong package version (PV), given: ${PV}" fi |