diff options
author | 2007-04-06 11:10:36 +0000 | |
---|---|---|
committer | 2007-04-06 11:10:36 +0000 | |
commit | 825927593ceb95ef0b7da70af4c6f4ac68ef07ec (patch) | |
tree | 354001963c0ecee44efc878e102944eb2444b154 /sys-devel/gdb/gdb-6.6-r2.ebuild | |
parent | Drop old version (diff) | |
download | historical-825927593ceb95ef0b7da70af4c6f4ac68ef07ec.tar.gz historical-825927593ceb95ef0b7da70af4c6f4ac68ef07ec.tar.bz2 historical-825927593ceb95ef0b7da70af4c6f4ac68ef07ec.zip |
stable x86, security bug 144833
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'sys-devel/gdb/gdb-6.6-r2.ebuild')
-rw-r--r-- | sys-devel/gdb/gdb-6.6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gdb/gdb-6.6-r2.ebuild b/sys-devel/gdb/gdb-6.6-r2.ebuild index 035304ca3df1..b7aace525a53 100644 --- a/sys-devel/gdb/gdb-6.6-r2.ebuild +++ b/sys-devel/gdb/gdb-6.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.6-r2.ebuild,v 1.2 2007/04/05 06:30:06 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.6-r2.ebuild,v 1.3 2007/04/06 11:10:36 opfer 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" |