diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-09-11 15:39:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-09-11 15:39:57 +0000 |
commit | 8cbe4cf9c16adf808a0ebf7c9f1c32c82e06c60b (patch) | |
tree | ca6fc7e102c0e3ee3d277e2e254eb0f0de37ee98 /app-shells/dash | |
parent | Mark 908 stable (diff) | |
download | gentoo-2-8cbe4cf9c16adf808a0ebf7c9f1c32c82e06c60b.tar.gz gentoo-2-8cbe4cf9c16adf808a0ebf7c9f1c32c82e06c60b.tar.bz2 gentoo-2-8cbe4cf9c16adf808a0ebf7c9f1c32c82e06c60b.zip |
Fix inverted static-libs depend #334693.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/dash')
-rw-r--r-- | app-shells/dash/ChangeLog | 3 | ||||
-rw-r--r-- | app-shells/dash/dash-0.5.6.1-r1.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog index 63deaae5a7fc..f0fd9f477c2e 100644 --- a/app-shells/dash/ChangeLog +++ b/app-shells/dash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/dash # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 + 11 Sep 2010; Mike Frysinger <vapier@gentoo.org> dash-0.5.6.1-r1.ebuild: + Fix inverted static-libs depend #334693. + 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. 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} |