diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2017-02-20 13:54:25 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2017-02-20 15:10:26 +0100 |
commit | 37e3e93ffcec93052e0124b0d5f791e757bf02e6 (patch) | |
tree | 165e40dd1106bd922d4bd3489631001c7fd8d5ee /sys-devel/bison | |
parent | sys-devel/automake-wrapper: keyword ~x64-cygwin (diff) | |
download | gentoo-37e3e93ffcec93052e0124b0d5f791e757bf02e6.tar.gz gentoo-37e3e93ffcec93052e0124b0d5f791e757bf02e6.tar.bz2 gentoo-37e3e93ffcec93052e0124b0d5f791e757bf02e6.zip |
sys-devel/bison: keyword ~x64-cygwin
Package-Manager: portage-2.3.3
Diffstat (limited to 'sys-devel/bison')
-rw-r--r-- | sys-devel/bison/bison-3.0.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/bison/bison-3.0.4-r1.ebuild b/sys-devel/bison/bison-3.0.4-r1.ebuild index 1ef1fc28bf34..c5bcd81edbef 100644 --- a/sys-devel/bison/bison-3.0.4-r1.ebuild +++ b/sys-devel/bison/bison-3.0.4-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples nls static test" RDEPEND=">=sys-devel/m4-1.4.16" |