diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-02-25 02:48:39 +0900 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-02-25 02:49:43 +0900 |
commit | 3ad1a8a478ec2ab0f53ca9cac198dfb7898ffb01 (patch) | |
tree | 0b4f72c679a8bd868576e3aea3bde846a88f27af /sys-devel/gdb/gdb-7.10.1.ebuild | |
parent | sci-mathematics/fricas: cleaning 1.2.7-r1 (diff) | |
download | gentoo-3ad1a8a478ec2ab0f53ca9cac198dfb7898ffb01.tar.gz gentoo-3ad1a8a478ec2ab0f53ca9cac198dfb7898ffb01.tar.bz2 gentoo-3ad1a8a478ec2ab0f53ca9cac198dfb7898ffb01.zip |
sys-devel/gdb: restore 7.9.1 for alpha, and move masking to the ebuild
We have per-ebuild KEYWORDS to track arch issues, so move it out of the
arch mask to keep things clear.
Diffstat (limited to 'sys-devel/gdb/gdb-7.10.1.ebuild')
-rw-r--r-- | sys-devel/gdb/gdb-7.10.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-7.10.1.ebuild b/sys-devel/gdb/gdb-7.10.1.ebuild index 3c72ceca5fe8..068546b3713b 100644 --- a/sys-devel/gdb/gdb-7.10.1.ebuild +++ b/sys-devel/gdb/gdb-7.10.1.ebuild @@ -57,7 +57,8 @@ SRC_URI="${SRC_URI} ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.x LICENSE="GPL-2 LGPL-2" SLOT="0" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + # alpha #562128 + KEYWORDS="-alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi IUSE="+client expat lzma multitarget nls +python +server test vanilla" REQUIRED_USE=" |