diff options
author | Sam James <sam@gentoo.org> | 2024-06-21 23:25:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-21 23:25:43 +0100 |
commit | 4b7b5d26e000b5db1d9f5eec7ea7e917b970bad4 (patch) | |
tree | 5e45656ccf0e35c8ec8630235720fb7ba9d8f1d8 | |
parent | app-misc/trash-cli: Stabilize 0.23.11.10 x86, #934663 (diff) | |
download | gentoo-4b7b5d26e000b5db1d9f5eec7ea7e917b970bad4.tar.gz gentoo-4b7b5d26e000b5db1d9f5eec7ea7e917b970bad4.tar.bz2 gentoo-4b7b5d26e000b5db1d9f5eec7ea7e917b970bad4.zip |
sys-fs/atari-fdisk: Stabilize 0.7.1.5.4-r1 x86, #934668
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4-r1.ebuild b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4-r1.ebuild index 1486e93742cc..7a680bdaa217 100644 --- a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4-r1.ebuild +++ b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" # Note: The code assumes sizeof(long) == 4 everywhere. 64-bit platforms need to # build a 32-bit binary below to avoid memory corruption issues. -KEYWORDS="~amd64 ~m68k ~x86" +KEYWORDS="~amd64 ~m68k x86" PATCHES=( "${FILESDIR}"/${PN}-0.7.1.5.4-prompt-logic.patch |