diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:35:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:35:10 +0200 |
commit | f374952d39e546dd87c0bc147c90e143c38cc80a (patch) | |
tree | f4777db64925a1f1427f79a1cab05fec54981b3b /dev-util/btyacc | |
parent | dev-texlive: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-f374952d39e546dd87c0bc147c90e143c38cc80a.tar.gz gentoo-f374952d39e546dd87c0bc147c90e143c38cc80a.tar.bz2 gentoo-f374952d39e546dd87c0bc147c90e143c38cc80a.zip |
dev-util: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/btyacc')
-rw-r--r-- | dev-util/btyacc/btyacc-3.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/btyacc/btyacc-3.0-r3.ebuild b/dev-util/btyacc/btyacc-3.0-r3.ebuild index 2de9c25574c0..a313d2c58518 100644 --- a/dev-util/btyacc/btyacc-3.0-r3.ebuild +++ b/dev-util/btyacc/btyacc-3.0-r3.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://www.siber.com/btyacc/${MY_P}.tar.gz" LICENSE="freedist" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-fbsd ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos" S="${WORKDIR}" |