Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/supercat/
Date: Wed, 06 Jan 2021 13:19:50
Message-Id: 1609939138.3fd6c491197ef2bb495ca006401184cb9a065e40.grobian@gentoo
1 commit: 3fd6c491197ef2bb495ca006401184cb9a065e40
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 13:18:58 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 13:18:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd6c491
7
8 app-misc/supercat: drop x86-macos
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 app-misc/supercat/supercat-0.5.5-r2.ebuild | 4 ++--
14 app-misc/supercat/supercat-0.5.6.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-misc/supercat/supercat-0.5.5-r2.ebuild b/app-misc/supercat/supercat-0.5.5-r2.ebuild
18 index 815957d6c77..2a8cb2b56f5 100644
19 --- a/app-misc/supercat/supercat-0.5.5-r2.ebuild
20 +++ b/app-misc/supercat/supercat-0.5.5-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -9,7 +9,7 @@ SRC_URI="http://supercat.nosredna.net/${P}.tar.gz"
28
29 LICENSE="GPL-3"
30 SLOT="0"
31 -KEYWORDS="amd64 ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
32 +KEYWORDS="amd64 ppc64 sparc x86 ~amd64-linux ~x86-linux"
33
34 src_configure() {
35 econf --with-system-directory="${EPREFIX}/etc/supercat"
36
37 diff --git a/app-misc/supercat/supercat-0.5.6.ebuild b/app-misc/supercat/supercat-0.5.6.ebuild
38 index 1b91c5494e3..c64ec1a774f 100644
39 --- a/app-misc/supercat/supercat-0.5.6.ebuild
40 +++ b/app-misc/supercat/supercat-0.5.6.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -9,7 +9,7 @@ SRC_URI="http://supercat.nosredna.net/${P}.tar.gz"
48
49 LICENSE="GPL-3"
50 SLOT="0"
51 -KEYWORDS="~amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
52 +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
53
54 src_configure() {
55 econf --with-system-directory="${EPREFIX}/etc/supercat"