diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-24 15:55:24 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-24 15:55:24 +0000 |
commit | 653bf98b47bab9621987deb5731885ee8a3104ae (patch) | |
tree | da69cb62baf4c13ae7a2c3cd1958cada724b2d43 /sys-devel | |
parent | Version bumped, bug #210932. (diff) | |
download | gentoo-2-653bf98b47bab9621987deb5731885ee8a3104ae.tar.gz gentoo-2-653bf98b47bab9621987deb5731885ee8a3104ae.tar.bz2 gentoo-2-653bf98b47bab9621987deb5731885ee8a3104ae.zip |
alpha/ia64/sparc/x86 stable
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-6.7.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog index 6c1714806607..0bff7441e181 100644 --- a/sys-devel/gdb/ChangeLog +++ b/sys-devel/gdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gdb # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.131 2008/01/22 22:49:38 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.132 2008/02/24 15:55:24 armin76 Exp $ + + 24 Feb 2008; Raúl Porcel <armin76@gentoo.org> gdb-6.7.1-r2.ebuild: + alpha/ia64/sparc/x86 stable *gdb-6.7.1-r2 (22 Jan 2008) diff --git a/sys-devel/gdb/gdb-6.7.1-r2.ebuild b/sys-devel/gdb/gdb-6.7.1-r2.ebuild index d2b34aa3a7bd..6acf9aed60f8 100644 --- a/sys-devel/gdb/gdb-6.7.1-r2.ebuild +++ b/sys-devel/gdb/gdb-6.7.1-r2.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-r2.ebuild,v 1.1 2008/01/22 22:49:38 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.7.1-r2.ebuild,v 1.2 2008/02/24 15:55:24 armin76 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 |