diff options
author | 2007-07-09 04:42:21 +0000 | |
---|---|---|
committer | 2007-07-09 04:42:21 +0000 | |
commit | e911c96ae54e727769e5aa15272b856f7cb7badb (patch) | |
tree | c8a95c466aedbd26ff8908e25e2e388e5a42e559 /sys-devel/gdb/gdb-6.6-r2.ebuild | |
parent | Stable for HPPA (bug #181322). (diff) | |
download | gentoo-2-e911c96ae54e727769e5aa15272b856f7cb7badb.tar.gz gentoo-2-e911c96ae54e727769e5aa15272b856f7cb7badb.tar.bz2 gentoo-2-e911c96ae54e727769e5aa15272b856f7cb7badb.zip |
Fix building on hppa with sanitized headers #180476.
(Portage version: 2.1.3_rc6)
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 f9f5e81c6d23..b1b3b7dc8578 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.11 2007/05/12 09:28:52 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.6-r2.ebuild,v 1.12 2007/07/09 04:42:21 vapier Exp $ inherit flag-o-matic eutils @@ -11,7 +11,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi fi -PATCH_VER="1.2" +PATCH_VER="1.3" DESCRIPTION="GNU debugger" HOMEPAGE="http://sources.redhat.com/gdb/" SRC_URI="http://ftp.gnu.org/gnu/gdb/${P}.tar.bz2 |