diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-10-23 15:10:31 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-10-23 15:10:57 +0200 |
commit | fcdf7e3699c3a3692ecf20623c55ec08df6220bf (patch) | |
tree | a15a7bab2e529f09b0ceea2cc2343d85fd0306d0 /sys-devel | |
parent | dev-cpp/eigen: remove cpu_flags_x86* flags (diff) | |
download | gentoo-fcdf7e3699c3a3692ecf20623c55ec08df6220bf.tar.gz gentoo-fcdf7e3699c3a3692ecf20623c55ec08df6220bf.tar.bz2 gentoo-fcdf7e3699c3a3692ecf20623c55ec08df6220bf.zip |
sys-devel/flex: Stable on amd64
Package-Manager: Portage-2.3.12, Repoman-2.3.3
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/flex/flex-2.6.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/flex/flex-2.6.4-r1.ebuild b/sys-devel/flex/flex-2.6.4-r1.ebuild index b221d35914bf..2a9234c5b3e1 100644 --- a/sys-devel/flex/flex-2.6.4-r1.ebuild +++ b/sys-devel/flex/flex-2.6.4-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/westes/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="FLEX" SLOT="0" -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" +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="nls static test" # We want bison explicitly and not yacc in general #381273 |