diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2017-03-21 16:31:57 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2017-03-21 16:41:44 +0100 |
commit | 6aab8688889b4e8e32e527d4f0b638accd768e2f (patch) | |
tree | 7ef63e2d4e81e1c140aa00ee073ea28c4aa341ac /sys-devel | |
parent | sys-devel/flex: add ~x64-cygwin keyword (diff) | |
download | gentoo-6aab8688889b4e8e32e527d4f0b638accd768e2f.tar.gz gentoo-6aab8688889b4e8e32e527d4f0b638accd768e2f.tar.bz2 gentoo-6aab8688889b4e8e32e527d4f0b638accd768e2f.zip |
sys-devel/gdb: add ~x64-cygwin keyword
Package-Manager: portage-2.3.3
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/gdb-7.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-7.12.1.ebuild b/sys-devel/gdb/gdb-7.12.1.ebuild index d47b1975d3f5..cff59054cc5b 100644 --- a/sys-devel/gdb/gdb-7.12.1.ebuild +++ b/sys-devel/gdb/gdb-7.12.1.ebuild @@ -57,7 +57,7 @@ LICENSE="GPL-2 LGPL-2" SLOT="0" if [[ ${PV} != 9999* ]] ; then # alpha #562128 - KEYWORDS="-alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="-alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi IUSE="+client lzma multitarget nls +python +server test vanilla xml" REQUIRED_USE=" |