public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/gdb: ChangeLog gdb-7.1.ebuild gdb-7.2.ebuild
@ 2011-03-22 16:14 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2011-03-22 16:14 UTC (permalink / raw
  To: gentoo-commits

vapier      11/03/22 16:14:19

  Modified:             ChangeLog gdb-7.1.ebuild gdb-7.2.ebuild
  Log:
  Switch back to system readline now that newer versions work again.
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.183                sys-devel/gdb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.183&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.183&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?r1=1.182&r2=1.183

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- ChangeLog	16 Mar 2011 15:18:22 -0000	1.182
+++ ChangeLog	22 Mar 2011 16:14:19 -0000	1.183
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/gdb
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.182 2011/03/16 15:18:22 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.183 2011/03/22 16:14:19 vapier Exp $
+
+  22 Mar 2011; Mike Frysinger <vapier@gentoo.org> gdb-7.1.ebuild,
+  gdb-7.2.ebuild:
+  Switch back to system readline now that newer versions work again.
 
   16 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> gdb-7.2.ebuild:
   ppc64 stable wrt #350259



1.2                  sys-devel/gdb/gdb-7.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.1.ebuild?r1=1.1&r2=1.2

Index: gdb-7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gdb-7.1.ebuild	19 Mar 2010 02:21:14 -0000	1.1
+++ gdb-7.1.ebuild	22 Mar 2011 16:14:19 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.1.ebuild,v 1.1 2010/03/19 02:21:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.1.ebuild,v 1.2 2011/03/22 16:14:19 vapier Exp $
 
 inherit flag-o-matic eutils
 
@@ -57,7 +57,7 @@
 		--with-pkgversion="$(gdb_branding)" \
 		--with-bugurl='http://bugs.gentoo.org/' \
 		--disable-werror \
-		$(has_version '=sys-libs/readline-5*:0' && echo --with-system-readline) \
+		--with-system-readline \
 		$(is_cross && echo --with-sysroot=/usr/${CTARGET}) \
 		$(use_with expat) \
 		$(use_enable nls) \



1.11                 sys-devel/gdb/gdb-7.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.2.ebuild?r1=1.10&r2=1.11

Index: gdb-7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gdb-7.2.ebuild	16 Mar 2011 15:18:22 -0000	1.10
+++ gdb-7.2.ebuild	22 Mar 2011 16:14:19 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.2.ebuild,v 1.10 2011/03/16 15:18:22 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.2.ebuild,v 1.11 2011/03/22 16:14:19 vapier Exp $
 
 EAPI="3"
 
@@ -76,7 +76,7 @@
 		--with-bugurl='http://bugs.gentoo.org/' \
 		--disable-werror \
 		--enable-64-bit-bfd \
-		$(has_version '=sys-libs/readline-5*:0' && echo --with-system-readline) \
+		--with-system-readline \
 		$(is_cross && echo --with-sysroot=/usr/${CTARGET}) \
 		$(use_with expat) \
 		$(use_enable nls) \






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-22 16:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22 16:14 [gentoo-commits] gentoo-x86 commit in sys-devel/gdb: ChangeLog gdb-7.1.ebuild gdb-7.2.ebuild Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox