diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-02-25 00:12:26 +0900 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-02-25 01:01:08 +0900 |
commit | 0502217635612dc831540d237d494f94cbba76b6 (patch) | |
tree | a5bb9bddb59d413b35176cd82d3c04181b215c6a /sys-devel | |
parent | sys-devel/gdb: add python-3.5 #572464 (diff) | |
download | gentoo-0502217635612dc831540d237d494f94cbba76b6.tar.gz gentoo-0502217635612dc831540d237d494f94cbba76b6.tar.bz2 gentoo-0502217635612dc831540d237d494f94cbba76b6.zip |
sys-devel/gdb: mark 7.10.1 arm64/m68k/s390 stable
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/gdb-7.10.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-7.10.1.ebuild b/sys-devel/gdb/gdb-7.10.1.ebuild index 4a8374f7b1e7..3c72ceca5fe8 100644 --- a/sys-devel/gdb/gdb-7.10.1.ebuild +++ b/sys-devel/gdb/gdb-7.10.1.ebuild @@ -57,7 +57,7 @@ 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" + 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=" |