diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 23:46:16 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 23:46:16 +0100 |
commit | a034289225d2ff3df6892fc0b34cae2455fc1125 (patch) | |
tree | 2ec0e622e1dc9a6fd814b03446484559eb1ec7b8 /dev-util/btyacc | |
parent | dev-util/boost-build: drop x86-macos (diff) | |
download | gentoo-a034289225d2ff3df6892fc0b34cae2455fc1125.tar.gz gentoo-a034289225d2ff3df6892fc0b34cae2455fc1125.tar.bz2 gentoo-a034289225d2ff3df6892fc0b34cae2455fc1125.zip |
dev-util/btyacc: 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-util/btyacc')
-rw-r--r-- | dev-util/btyacc/btyacc-3.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/btyacc/btyacc-3.0-r3.ebuild b/dev-util/btyacc/btyacc-3.0-r3.ebuild index e27bce30647f..8949c4f6fe14 100644 --- a/dev-util/btyacc/btyacc-3.0-r3.ebuild +++ b/dev-util/btyacc/btyacc-3.0-r3.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 @@ -12,7 +12,7 @@ SRC_URI="https://www.siber.com/btyacc/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos" S="${WORKDIR}" |