diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-03-29 16:03:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-03-29 16:03:36 +0000 |
commit | a48cbedee8b5704d9b138d47cef8cd5bcc8b22bf (patch) | |
tree | ed9706f516fc362f791b2ad4bb0ec91512981d3e /sys-devel/gdb | |
parent | amd64 stable (diff) | |
download | gentoo-2-a48cbedee8b5704d9b138d47cef8cd5bcc8b22bf.tar.gz gentoo-2-a48cbedee8b5704d9b138d47cef8cd5bcc8b22bf.tar.bz2 gentoo-2-a48cbedee8b5704d9b138d47cef8cd5bcc8b22bf.zip |
arm/s390 stable
(Portage version: 2.2_pre5)
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/gdb-6.7.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gdb/gdb-6.7.1-r3.ebuild b/sys-devel/gdb/gdb-6.7.1-r3.ebuild index 7be9dae2b5e6..8c60ea345c76 100644 --- a/sys-devel/gdb/gdb-6.7.1-r3.ebuild +++ b/sys-devel/gdb/gdb-6.7.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.7.1-r3.ebuild,v 1.3 2008/03/29 16:01:01 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.7.1-r3.ebuild,v 1.4 2008/03/29 16:03:36 vapier Exp $ inherit flag-o-matic eutils @@ -22,7 +22,7 @@ LICENSE="GPL-2 LGPL-2" [[ ${CTARGET} != ${CHOST} ]] \ && SLOT="${CTARGET}" \ || SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 s390 ~sparc ~x86 ~x86-fbsd" IUSE="nls test vanilla" RDEPEND=">=sys-libs/ncurses-5.2-r2 |