diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2009-02-03 00:05:59 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2009-02-03 00:05:59 +0000 |
commit | 7b713c11b9cac317cb67c450e28a814c15883ca1 (patch) | |
tree | 1204490ed5c528e0a04292afe5fdf9e9da0dfd80 | |
parent | add blocker for net-mail/mailutils due to filecollision (temporary workaround... (diff) | |
download | gentoo-2-7b713c11b9cac317cb67c450e28a814c15883ca1.tar.gz gentoo-2-7b713c11b9cac317cb67c450e28a814c15883ca1.tar.bz2 gentoo-2-7b713c11b9cac317cb67c450e28a814c15883ca1.zip |
Remove 64bit patch as it doesn't apply anymore, and its not needed.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
-rw-r--r-- | net-www/nspluginwrapper/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/nspluginwrapper/nspluginwrapper-1.2.2.ebuild | 10 |
2 files changed, 6 insertions, 10 deletions
diff --git a/net-www/nspluginwrapper/ChangeLog b/net-www/nspluginwrapper/ChangeLog index e1d4c942480b..6a81859a1a4c 100644 --- a/net-www/nspluginwrapper/ChangeLog +++ b/net-www/nspluginwrapper/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/nspluginwrapper # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/ChangeLog,v 1.24 2009/02/02 21:31:05 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/ChangeLog,v 1.25 2009/02/03 00:05:59 chutzpah Exp $ + + 03 Feb 2009; Patrick McLean <chutzpah@gentoo.org> + nspluginwrapper-1.2.2.ebuild: + Remove 64bit patch as it doesn't apply anymore, and its not needed. *nspluginwrapper-1.2.2 (02 Feb 2009) diff --git a/net-www/nspluginwrapper/nspluginwrapper-1.2.2.ebuild b/net-www/nspluginwrapper/nspluginwrapper-1.2.2.ebuild index 05b738ca1d81..63d35aa0bb90 100644 --- a/net-www/nspluginwrapper/nspluginwrapper-1.2.2.ebuild +++ b/net-www/nspluginwrapper/nspluginwrapper-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/nspluginwrapper-1.2.2.ebuild,v 1.1 2009/02/02 21:31:05 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/nspluginwrapper-1.2.2.ebuild,v 1.2 2009/02/03 00:05:59 chutzpah Exp $ inherit eutils nsplugins multilib @@ -21,14 +21,6 @@ RDEPEND=">=x11-libs/gtk+-2 DEPEND="${RDEPEND} dev-util/pkgconfig" -src_unpack() { - unpack ${A} - cd "${S}" - - # bug #238403 - epatch "${FILESDIR}/${PN}-1.1.0-quiet-64bit-plugin-warnings.patch" -} - src_compile() { econf --with-biarch \ --with-lib32=$(ABI=x86 get_libdir) \ |