diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-20 07:30:47 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-20 07:30:47 +0000 |
commit | 18709f67cc59f362bf16259d8cb93b8a19fc9138 (patch) | |
tree | e68924f25a754c0c9e7c028f2fd8d0ea5cf0c608 /sys-devel | |
parent | dev-scheme/guile-gnome-platform: stable 2.16.2 for ppc, bug #644320 (diff) | |
download | gentoo-18709f67cc59f362bf16259d8cb93b8a19fc9138.tar.gz gentoo-18709f67cc59f362bf16259d8cb93b8a19fc9138.tar.bz2 gentoo-18709f67cc59f362bf16259d8cb93b8a19fc9138.zip |
sys-devel/gdb: stable 7.12.1 for hppa, bug #621162
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/gdb-7.12.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gdb/gdb-7.12.1.ebuild b/sys-devel/gdb/gdb-7.12.1.ebuild index 493828f2db3c..6b6a04e9deff 100644 --- a/sys-devel/gdb/gdb-7.12.1.ebuild +++ b/sys-devel/gdb/gdb-7.12.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -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=" |