diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-09-21 06:33:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-09-21 06:33:57 +0000 |
commit | 42d7ef2cdcb721f76eb82e4b757478c6f980e90f (patch) | |
tree | bf68dc961b0c8ba907aa54e7648ccf79bb2c53a1 /net-libs/liblockfile/liblockfile-1.06-r2.ebuild | |
parent | arm/sh stable (diff) | |
download | gentoo-2-42d7ef2cdcb721f76eb82e4b757478c6f980e90f.tar.gz gentoo-2-42d7ef2cdcb721f76eb82e4b757478c6f980e90f.tar.bz2 gentoo-2-42d7ef2cdcb721f76eb82e4b757478c6f980e90f.zip |
Drop bindnow-flags usage #227005.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'net-libs/liblockfile/liblockfile-1.06-r2.ebuild')
-rw-r--r-- | net-libs/liblockfile/liblockfile-1.06-r2.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net-libs/liblockfile/liblockfile-1.06-r2.ebuild b/net-libs/liblockfile/liblockfile-1.06-r2.ebuild index 40abee2a65af..018381ce1755 100644 --- a/net-libs/liblockfile/liblockfile-1.06-r2.ebuild +++ b/net-libs/liblockfile/liblockfile-1.06-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.06-r2.ebuild,v 1.12 2007/12/28 23:28:07 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.06-r2.ebuild,v 1.13 2008/09/21 06:33:57 vapier Exp $ -inherit eutils multilib flag-o-matic autotools +inherit eutils multilib autotools DESCRIPTION="Implements functions designed to lock the standard mailboxes" HOMEPAGE="http://www.debian.org/" @@ -26,10 +26,6 @@ src_unpack() { sed -i -e 's/eaccess/egidaccess/g' *.c eautoreconf - - # Do not use lazy bindings on setXid files - sed -i -e 's~-o dotlockfile~'$(bindnow-flags)' &~g' Makefile.in - } src_compile() { |