diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:18:58 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:18:58 +0100 |
commit | 3fd6c491197ef2bb495ca006401184cb9a065e40 (patch) | |
tree | 08363278c08764146153f3556bc08b20076e2032 /app-misc/supercat | |
parent | app-misc/sphinx: drop x86-macos (diff) | |
download | gentoo-3fd6c491197ef2bb495ca006401184cb9a065e40.tar.gz gentoo-3fd6c491197ef2bb495ca006401184cb9a065e40.tar.bz2 gentoo-3fd6c491197ef2bb495ca006401184cb9a065e40.zip |
app-misc/supercat: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-misc/supercat')
-rw-r--r-- | app-misc/supercat/supercat-0.5.5-r2.ebuild | 4 | ||||
-rw-r--r-- | app-misc/supercat/supercat-0.5.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/supercat/supercat-0.5.5-r2.ebuild b/app-misc/supercat/supercat-0.5.5-r2.ebuild index 815957d6c770..2a8cb2b56f5b 100644 --- a/app-misc/supercat/supercat-0.5.5-r2.ebuild +++ b/app-misc/supercat/supercat-0.5.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="http://supercat.nosredna.net/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ppc64 sparc x86 ~amd64-linux ~x86-linux" src_configure() { econf --with-system-directory="${EPREFIX}/etc/supercat" diff --git a/app-misc/supercat/supercat-0.5.6.ebuild b/app-misc/supercat/supercat-0.5.6.ebuild index 1b91c5494e3d..c64ec1a774f0 100644 --- a/app-misc/supercat/supercat-0.5.6.ebuild +++ b/app-misc/supercat/supercat-0.5.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="http://supercat.nosredna.net/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" src_configure() { econf --with-system-directory="${EPREFIX}/etc/supercat" |