diff options
author | Mike Frysinger <vapier@gentoo.org> | 2018-01-11 23:14:24 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2018-01-11 23:14:39 -0500 |
commit | a3be134848de0e2ae62d01d63dab867e2d611c2a (patch) | |
tree | e09ff0d2663e4aeb9405039abe6e866aaa73abf5 /sys-devel | |
parent | dev-libs/libmemcache: update to eapi6 (diff) | |
download | gentoo-a3be134848de0e2ae62d01d63dab867e2d611c2a.tar.gz gentoo-a3be134848de0e2ae62d01d63dab867e2d611c2a.tar.bz2 gentoo-a3be134848de0e2ae62d01d63dab867e2d611c2a.zip |
sys-devel/gdb: mark 7.12.1 arm64/m68k/s390 stable
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 928e2912f4e6..493828f2db3c 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 ~x64-cygwin ~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=" |