From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LRAfW-0003Y2-Rt for garchives@archives.gentoo.org; Sun, 25 Jan 2009 19:29:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B45EE0323; Sun, 25 Jan 2009 19:29:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4935EE0323 for ; Sun, 25 Jan 2009 19:29:17 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id DD2C7646C4 for ; Sun, 25 Jan 2009 19:29:16 +0000 (UTC) Received: from radek by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LRAfU-0002bz-1j for gentoo-commits@lists.gentoo.org; Sun, 25 Jan 2009 19:29:16 +0000 From: "Radoslaw Stachowiak (radek)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, radek@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-arch/p7zip: p7zip-4.58.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: p7zip-4.58.ebuild ChangeLog X-VCS-Directories: app-arch/p7zip X-VCS-Committer: radek X-VCS-Committer-Name: Radoslaw Stachowiak Content-Type: text/plain; charset=utf8 Message-Id: Sender: Radoslaw Stachowiak Date: Sun, 25 Jan 2009 19:29:16 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: aa8e675d-b6ed-4b85-8a4f-7acee313b6bf X-Archives-Hash: aba898b8b9c01fff689aa8d2344e1243 radek 09/01/25 19:29:16 Modified: p7zip-4.58.ebuild ChangeLog Log: Removed unnecesary warning as per bug #126722 (Portage version: 2.1.6.7/cvs/Linux i686) Revision Changes Path 1.9 app-arch/p7zip/p7zip-4.58.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/p7zip/p7z= ip-4.58.ebuild?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/p7zip/p7z= ip-4.58.ebuild?rev=3D1.9&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/p7zip/p7z= ip-4.58.ebuild?r1=3D1.8&r2=3D1.9 Index: p7zip-4.58.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.58.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- p7zip-4.58.ebuild 27 Dec 2008 05:00:55 -0000 1.8 +++ p7zip-4.58.ebuild 25 Jan 2009 19:29:15 -0000 1.9 @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.58.ebuild,v 1.= 8 2008/12/27 05:00:55 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.58.ebuild,v 1.= 9 2009/01/25 19:29:15 radek Exp $ =20 inherit eutils toolchain-funcs multilib =20 @@ -29,7 +29,6 @@ makefile* || die "changing makefiles" =20 if use amd64; then - ewarn "Using suboptimal -fPIC upstream makefile due to amd64 being det= ected. See #126722" cp -f makefile.linux_amd64 makefile.machine elif [[ ${CHOST} =3D=3D *-darwin* ]] ; then # Mac OS X needs this special makefile, because it has a non-GNU linke= r 1.104 app-arch/p7zip/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/p7zip/Cha= ngeLog?rev=3D1.104&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/p7zip/Cha= ngeLog?rev=3D1.104&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/p7zip/Cha= ngeLog?r1=3D1.103&r2=3D1.104 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- ChangeLog 27 Dec 2008 05:00:55 -0000 1.103 +++ ChangeLog 25 Jan 2009 19:29:15 -0000 1.104 @@ -1,6 +1,9 @@ # ChangeLog for app-arch/p7zip -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.103 2008= /12/27 05:00:55 darkside Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.104 2009= /01/25 19:29:15 radek Exp $ + + 25 Jan 2009; Radoslaw Stachowiak p7zip-4.58.ebuild: + Removed unnecesary warning as per bug #126722 =20 27 Dec 2008; Jeremy Olexa p7zip-4.58.ebuild: amd64 stable, bug #236591