diff options
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/pearpc/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/pearpc/pearpc-0.4.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app-emulation/pearpc/ChangeLog b/app-emulation/pearpc/ChangeLog index 2cbc176e5e19..958b40e27cc1 100644 --- a/app-emulation/pearpc/ChangeLog +++ b/app-emulation/pearpc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/pearpc # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/pearpc/ChangeLog,v 1.21 2008/08/31 05:01:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/pearpc/ChangeLog,v 1.22 2008/08/31 05:02:51 mr_bones_ Exp $ + + 31 Aug 2008; Michael Sterrett <mr_bones_@gentoo.org> pearpc-0.4.ebuild: + remove deprecated bindnow-flags function (bug #226949) 31 Aug 2008; Michael Sterrett <mr_bones_@gentoo.org> -pearpc-0.3.1.ebuild, pearpc-0.4.ebuild: diff --git a/app-emulation/pearpc/pearpc-0.4.ebuild b/app-emulation/pearpc/pearpc-0.4.ebuild index 7af6fdd49e34..0ee47ae9f661 100644 --- a/app-emulation/pearpc/pearpc-0.4.ebuild +++ b/app-emulation/pearpc/pearpc-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/pearpc/pearpc-0.4.ebuild,v 1.9 2008/08/31 05:01:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/pearpc/pearpc-0.4.ebuild,v 1.10 2008/08/31 05:02:51 mr_bones_ Exp $ inherit eutils flag-o-matic linux-info linux-mod @@ -51,8 +51,6 @@ src_compile() { die "You must set at least one of this flags X, sdl" fi - append-ldflags $(bindnow-flags) - econf \ $(use_enable debug) \ ${myconf} \ |