diff options
Diffstat (limited to 'app-shells/dash/dash-0.5.6.1-r1.ebuild')
-rw-r--r-- | app-shells/dash/dash-0.5.6.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/dash/dash-0.5.6.1-r1.ebuild b/app-shells/dash/dash-0.5.6.1-r1.ebuild index 056c2b1c16b5..05d087e77ffb 100644 --- a/app-shells/dash/dash-0.5.6.1-r1.ebuild +++ b/app-shells/dash/dash-0.5.6.1-r1.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/app-shells/dash/dash-0.5.6.1-r1.ebuild,v 1.2 2010/08/27 18:40:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.6.1-r1.ebuild,v 1.3 2010/09/11 15:39:57 vapier Exp $ EAPI="2" @@ -21,7 +21,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="libedit static" -DEPEND="libedit? ( dev-libs/libedit static? ( dev-libs/libedit[-static-libs] ) )" +DEPEND="libedit? ( dev-libs/libedit static? ( dev-libs/libedit[static-libs] ) )" S=${WORKDIR}/${MY_P} |