diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-01-29 21:04:25 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-01-29 21:13:53 +0100 |
commit | 036715c2479f2a8ffa6864c13d7195320c54cb49 (patch) | |
tree | a2c1de52f5192968ba44d700b0c642e0a58e6c32 /sys-devel/bison/bison-2.7.1.ebuild | |
parent | sys-devel/bc: dropped ~ia64-hpux ~x86-freebsd ~x86-interix (diff) | |
download | gentoo-036715c2479f2a8ffa6864c13d7195320c54cb49.tar.gz gentoo-036715c2479f2a8ffa6864c13d7195320c54cb49.tar.bz2 gentoo-036715c2479f2a8ffa6864c13d7195320c54cb49.zip |
sys-devel/bison: dropped ~hppa-hpux ~ia64-hpux ~ia64-linux ~x64-freebsd ~x86-freebsd ~x86-interix
Package-Manager: portage-2.3.3
Diffstat (limited to 'sys-devel/bison/bison-2.7.1.ebuild')
-rw-r--r-- | sys-devel/bison/bison-2.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/bison/bison-2.7.1.ebuild b/sys-devel/bison/bison-2.7.1.ebuild index c873ba9b35eb..c5f46219a40b 100644 --- a/sys-devel/bison/bison-2.7.1.ebuild +++ b/sys-devel/bison/bison-2.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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 ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-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 ~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" RDEPEND=">=sys-devel/m4-1.4.16" |