diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:03:49 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:33:26 +0100 |
commit | 2df42e44c6aeb3b3c24141946efe0cdff23b91f3 (patch) | |
tree | 1f5e561da45b2b4245db807be4965fb5ada96171 /dev-lang/cll1h | |
parent | dev-lang/cfortran: drop x86-macos (diff) | |
download | gentoo-2df42e44c6aeb3b3c24141946efe0cdff23b91f3.tar.gz gentoo-2df42e44c6aeb3b3c24141946efe0cdff23b91f3.tar.bz2 gentoo-2df42e44c6aeb3b3c24141946efe0cdff23b91f3.zip |
dev-lang/cll1h: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-lang/cll1h')
-rw-r--r-- | dev-lang/cll1h/cll1h-0.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/cll1h/cll1h-0.6-r1.ebuild b/dev-lang/cll1h/cll1h-0.6-r1.ebuild index 5c1f7b01f69d..79ddcc2235a3 100644 --- a/dev-lang/cll1h/cll1h-0.6-r1.ebuild +++ b/dev-lang/cll1h/cll1h-0.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="http://gpl.arachne.cz/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" RDEPEND="sys-devel/gcc" |