diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-08-27 18:40:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-08-27 18:40:59 +0000 |
commit | 3e64d4b83a7bedf44b54e336ecb4300f5128922d (patch) | |
tree | d26f502cc3f0c73fe603fe6530eaa5953d74fb86 /app-shells | |
parent | Clean up old revisions. Add missing preserve_old_lib. (diff) | |
download | gentoo-2-3e64d4b83a7bedf44b54e336ecb4300f5128922d.tar.gz gentoo-2-3e64d4b83a7bedf44b54e336ecb4300f5128922d.tar.bz2 gentoo-2-3e64d4b83a7bedf44b54e336ecb4300f5128922d.zip |
Require static-libs isn't built with USE=static-libs #334693 by Rebecca Menessec.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/dash/ChangeLog | 4 | ||||
-rw-r--r-- | app-shells/dash/dash-0.5.6.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog index f73e490df3cf..63deaae5a7fc 100644 --- a/app-shells/dash/ChangeLog +++ b/app-shells/dash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/dash # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 + 27 Aug 2010; Mike Frysinger <vapier@gentoo.org> dash-0.5.6.1-r1.ebuild: + Require static-libs isn't built with USE=static-libs #334693 by Rebecca + Menessec. + *dash-0.5.6.1-r1 (22 Aug 2010) 22 Aug 2010; Harald van Dijk <truedfx@gentoo.org> -dash-0.5.6.1.ebuild, 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 d79bac2040df..056c2b1c16b5 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.1 2010/08/22 20:24:45 truedfx Exp $ +# $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 $ 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 )" +DEPEND="libedit? ( dev-libs/libedit static? ( dev-libs/libedit[-static-libs] ) )" S=${WORKDIR}/${MY_P} |