Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/atari-fdisk/
Date: Sat, 19 Dec 2015 17:45:17
Message-Id: 1450546973.97b6c1108ef9805d18f7e139abbbe3e25b3d994b.vapier@gentoo
1 commit: 97b6c1108ef9805d18f7e139abbbe3e25b3d994b
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 19 17:42:53 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 19 17:42:53 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b6c110
7
8 sys-fs/atari-fdisk: drop most keywords
9
10 While the codebase compiles and does some basic operations fine across
11 other arches, it's really only been tested on m68k for serious work.
12 Newer gcc points out that the code assumes sizeof(long) == 4 in many
13 places. Rather than try to fix this tool, just drop most arches and
14 leave behind m68k (where it matters) & x86 (for runtime testing).
15
16 sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild | 5 ++++-
17 1 file changed, 4 insertions(+), 1 deletion(-)
18
19 diff --git a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
20 index 9b6b304..2c5564e 100644
21 --- a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
22 +++ b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
23 @@ -14,7 +14,10 @@ SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${MY_PV}-${DEB_PV}.tar.gz"
24
25 LICENSE="GPL-2"
26 SLOT="0"
27 -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc s390 sh sparc x86"
28 +# Note: The code assumes sizeof(long) == 4 everywhere. If you try to
29 +# use this on 64bit systems (where sizeof(long) == 8), then misbehavior
30 +# and memory corruption will ensue.
31 +KEYWORDS="-* m68k x86"
32 IUSE=""
33
34 S=${WORKDIR}/${PN}-${MY_PV}