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 | dbbf32560648635bf089003c33518b62b7ec49ad (patch) | |
tree | 786d6779f682790795354c6d44e877fac8030aaf /eclass | |
parent | 1.0.1 version bump, thanks to Alon Bar-Lev <alon.barlev at gmail dot com>. (diff) | |
download | gentoo-2-dbbf32560648635bf089003c33518b62b7ec49ad.tar.gz gentoo-2-dbbf32560648635bf089003c33518b62b7ec49ad.tar.bz2 gentoo-2-dbbf32560648635bf089003c33518b62b7ec49ad.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 # |