diff options
Diffstat (limited to 'dev-util/pmk/pmk-0.10.4.ebuild')
-rw-r--r-- | dev-util/pmk/pmk-0.10.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/pmk/pmk-0.10.4.ebuild b/dev-util/pmk/pmk-0.10.4.ebuild index fc33c193c3f5..627f08f7d6a9 100644 --- a/dev-util/pmk/pmk-0.10.4.ebuild +++ b/dev-util/pmk/pmk-0.10.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pmk/pmk-0.10.4.ebuild,v 1.3 2010/09/12 14:37:45 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pmk/pmk-0.10.4.ebuild,v 1.4 2010/09/13 01:57:45 mr_bones_ Exp $ EAPI=3 @@ -19,7 +19,7 @@ DEPEND="" RDEPEND="" src_prepare() { - # Make this respect LDFLAGS, bug #334987 + # Make this respect LDFLAGS, bug #334987 sed -i -e "s:CLDFLAGS:LDFLAGS:" Makefile.pmk || die sed -i -e "/@CLDFLAGS@/d" Makefile.pmk || die |