From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8C18B1381F3 for ; Fri, 10 May 2013 04:33:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18C10E08CE; Fri, 10 May 2013 04:33:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A06A3E08CE for ; Fri, 10 May 2013 04:33:00 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF9C733DFD6 for ; Fri, 10 May 2013 04:32:59 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2274) id 814742171D; Fri, 10 May 2013 04:32:58 +0000 (UTC) From: "Tim Harder (radhermit)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, radhermit@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in www-client/dwb: ChangeLog dwb-9999.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog dwb-9999.ebuild X-VCS-Directories: www-client/dwb X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130510043258.814742171D@flycatcher.gentoo.org> Date: Fri, 10 May 2013 04:32:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 058eb4c0-6ed1-465b-aa49-acd246e5c463 X-Archives-Hash: 2e3f8cd677744c6adb9dc36526cc8e74 radhermit 13/05/10 04:32:58 Modified: ChangeLog dwb-9999.ebuild Log: Drop workaround for uclibc build that's been fixed upstream. (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3) Revision Changes Path 1.20 www-client/dwb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/dwb/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/dwb/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/dwb/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/dwb/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 30 Apr 2013 07:59:25 -0000 1.19 +++ ChangeLog 10 May 2013 04:32:58 -0000 1.20 @@ -1,6 +1,9 @@ # ChangeLog for www-client/dwb # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dwb/ChangeLog,v 1.19 2013/04/30 07:59:25 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dwb/ChangeLog,v 1.20 2013/05/10 04:32:58 radhermit Exp $ + + 10 May 2013; Tim Harder dwb-9999.ebuild: + Drop workaround for uclibc build that's been fixed upstream. 30 Apr 2013; Tim Harder -dwb-2012.08.22.ebuild, -dwb-2012.10.28-r1.ebuild, -files/dwb-2012.10.28-search-engine.patch, 1.8 www-client/dwb/dwb-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/dwb/dwb-9999.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/dwb/dwb-9999.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/dwb/dwb-9999.ebuild?r1=1.7&r2=1.8 Index: dwb-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/dwb/dwb-9999.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- dwb-9999.ebuild 30 Apr 2013 07:57:58 -0000 1.7 +++ dwb-9999.ebuild 10 May 2013 04:32:58 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dwb/dwb-9999.ebuild,v 1.7 2013/04/30 07:57:58 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dwb/dwb-9999.ebuild,v 1.8 2013/05/10 04:32:58 radhermit Exp $ EAPI=5 @@ -38,11 +38,6 @@ local myconf use gtk3 && myconf+=" GTK=3" - # uclibc and other systems don't have execinfo.h (bug #465170) - if ! (echo '#include ' | $(tc-getCC) -E - &>/dev/null) ; then - myconf+=" WITHOUT_EXECINFO=1" - fi - emake CC="$(tc-getCC)" ${myconf} }