summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-07-19 18:55:12 +0000
committerMike Frysinger <vapier@gentoo.org>2010-07-19 18:55:12 +0000
commit21c223c9de9b0e731215f9134f2c111fb1cc6fe2 (patch)
tree3f9ce4baee4bff219af8b3405cc2b6263f5537b0 /app-shells
parentStable for HPPA (bug #326807). (diff)
downloadgentoo-2-21c223c9de9b0e731215f9134f2c111fb1cc6fe2.tar.gz
gentoo-2-21c223c9de9b0e731215f9134f2c111fb1cc6fe2.tar.bz2
gentoo-2-21c223c9de9b0e731215f9134f2c111fb1cc6fe2.zip
Mask due to brokeness #328929 by Lars Wendler.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/dash/ChangeLog3
-rw-r--r--app-shells/dash/dash-0.5.6.1.ebuild7
2 files changed, 8 insertions, 2 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog
index 322f5a6e6b0e..67fb2ac7b23a 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
+ 19 Jul 2010; Mike Frysinger <vapier@gentoo.org> dash-0.5.6.1.ebuild:
+ Mask due to brokeness #328929 by Lars Wendler.
+
*dash-0.5.6.1 (18 Jul 2010)
18 Jul 2010; Mike Frysinger <vapier@gentoo.org> +dash-0.5.6.1.ebuild:
diff --git a/app-shells/dash/dash-0.5.6.1.ebuild b/app-shells/dash/dash-0.5.6.1.ebuild
index 0165742e9e6c..0f176e46a614 100644
--- a/app-shells/dash/dash-0.5.6.1.ebuild
+++ b/app-shells/dash/dash-0.5.6.1.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.ebuild,v 1.1 2010/07/18 22:08:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.6.1.ebuild,v 1.2 2010/07/19 18:55:12 vapier Exp $
EAPI="2"
@@ -18,7 +18,10 @@ SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${PN}-${DEB_PV}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+# needs updated debian patchset
+# http://bugs.debian.org/587353
+# http://bugs.gentoo.org/328929
+#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="libedit static"
DEPEND="libedit? ( dev-libs/libedit )"