diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-22 21:14:50 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-22 21:14:50 +0000 |
commit | c86b0b307886499cf7512b23d483696927d5eb57 (patch) | |
tree | 9bc1140c68f56a97cad73474790cd75bd69ee7bf /eclass | |
parent | 1.0.1 version bump, thanks to Alon Bar-Lev <alon.barlev at gmail dot com>. (diff) | |
download | historical-c86b0b307886499cf7512b23d483696927d5eb57.tar.gz historical-c86b0b307886499cf7512b23d483696927d5eb57.tar.bz2 historical-c86b0b307886499cf7512b23d483696927d5eb57.zip |
Make sure BSD'ish sed is used by default.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/bsdmk.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/bsdmk.eclass b/eclass/bsdmk.eclass index 327944a68fa1..0a57a5b9ad91 100644 --- a/eclass/bsdmk.eclass +++ b/eclass/bsdmk.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/bsdmk.eclass,v 1.3 2006/04/19 01:13:24 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/bsdmk.eclass,v 1.4 2006/04/22 21:14:50 flameeyes Exp $ # # Otavio R. Piske "AngusYoung" <angusyoung@gentoo.org> # Diego Pettenò <flameeyes@gentoo.org> @@ -18,6 +18,8 @@ DEPEND="|| ( sys-openbsd/openbsd-ubin )" +ESED="/usr/bin/sed" + #### append-opt <options> # append options to enable or disable features # |