diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2009-01-25 19:29:15 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2009-01-25 19:29:15 +0000 |
commit | 3fbd3a603fe8a18ba5e8aa96e051d426a1b9d362 (patch) | |
tree | 3b914e1fb8c6a4817c47f370f21b12335314f86e /app-arch/p7zip | |
parent | New snapshot. Unified ebuild for live CVS, snapshot and pretest versions. (diff) | |
download | gentoo-2-3fbd3a603fe8a18ba5e8aa96e051d426a1b9d362.tar.gz gentoo-2-3fbd3a603fe8a18ba5e8aa96e051d426a1b9d362.tar.bz2 gentoo-2-3fbd3a603fe8a18ba5e8aa96e051d426a1b9d362.zip |
Removed unnecesary warning as per bug #126722
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'app-arch/p7zip')
-rw-r--r-- | app-arch/p7zip/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/p7zip/p7zip-4.58.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-arch/p7zip/ChangeLog b/app-arch/p7zip/ChangeLog index d59a57c31c69..8259779972d0 100644 --- a/app-arch/p7zip/ChangeLog +++ b/app-arch/p7zip/ChangeLog @@ -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 <radek@gentoo.org> p7zip-4.58.ebuild: + Removed unnecesary warning as per bug #126722 27 Dec 2008; Jeremy Olexa <darkside@gentoo.org> p7zip-4.58.ebuild: amd64 stable, bug #236591 diff --git a/app-arch/p7zip/p7zip-4.58.ebuild b/app-arch/p7zip/p7zip-4.58.ebuild index 7e8bd5230b85..ee38832991e8 100644 --- a/app-arch/p7zip/p7zip-4.58.ebuild +++ b/app-arch/p7zip/p7zip-4.58.ebuild @@ -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 $ inherit eutils toolchain-funcs multilib @@ -29,7 +29,6 @@ src_unpack() { makefile* || die "changing makefiles" if use amd64; then - ewarn "Using suboptimal -fPIC upstream makefile due to amd64 being detected. See #126722" cp -f makefile.linux_amd64 makefile.machine elif [[ ${CHOST} == *-darwin* ]] ; then # Mac OS X needs this special makefile, because it has a non-GNU linker |