diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-27 21:00:35 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-27 21:04:03 -0400 |
commit | a5ccaf1949769cb94c0e94254da42813e2dab0e2 (patch) | |
tree | 4b6f46104c67191dc6d0a753ece677b363faefb2 /sys-devel | |
parent | media-sound/mp3gain: Remove old (diff) | |
download | gentoo-a5ccaf1949769cb94c0e94254da42813e2dab0e2.tar.gz gentoo-a5ccaf1949769cb94c0e94254da42813e2dab0e2.tar.bz2 gentoo-a5ccaf1949769cb94c0e94254da42813e2dab0e2.zip |
sys-devel/gdb: mark 7.7.1 stable for arm64/m68k/s390
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/gdb-7.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-7.7.1.ebuild b/sys-devel/gdb/gdb-7.7.1.ebuild index fae8ad77794d..91d846221bc0 100644 --- a/sys-devel/gdb/gdb-7.7.1.ebuild +++ b/sys-devel/gdb/gdb-7.7.1.ebuild @@ -43,7 +43,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 zlib" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |