diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2010-07-31 22:09:47 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2010-07-31 22:09:47 +0000 |
commit | 5c91992983ac38b0862488707a909edab76cd964 (patch) | |
tree | 4a2c96d4c02723c4d4f64a94e09abe4de7bb6a56 /app-shells | |
parent | x86 stable wrt bug #330541 (diff) | |
download | gentoo-2-5c91992983ac38b0862488707a909edab76cd964.tar.gz gentoo-2-5c91992983ac38b0862488707a909edab76cd964.tar.bz2 gentoo-2-5c91992983ac38b0862488707a909edab76cd964.zip |
Readded keywords. Ebuild now removes offending patch which lead to bug #328929.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/dash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/dash/dash-0.5.6.1.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-shells/dash/ChangeLog b/app-shells/dash/ChangeLog index d6e5378d8889..58508182d2de 100644 --- a/app-shells/dash/ChangeLog +++ b/app-shells/dash/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-shells/dash # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 + 31 Jul 2010; Lars Wendler <polynomial-c@gentoo.org> dash-0.5.6.1.ebuild: + non-maintainer commit: Readded keywords. Ebuild now removes offending + patch which lead to bug #328929. Commit done with kind permission from + vapier. + 25 Jul 2010; Raúl Porcel <armin76@gentoo.org> dash-0.5.5.1.2.ebuild: alpha/ia64/s390/sh/sparc stable wrt #324753 diff --git a/app-shells/dash/dash-0.5.6.1.ebuild b/app-shells/dash/dash-0.5.6.1.ebuild index 0f176e46a614..745a86a88f6e 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.2 2010/07/19 18:55:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.6.1.ebuild,v 1.3 2010/07/31 22:09:47 polynomial-c Exp $ EAPI="2" @@ -18,10 +18,7 @@ SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${PN}-${DEB_PV}.tar.gz LICENSE="BSD" SLOT="0" -# 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" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="libedit static" DEPEND="libedit? ( dev-libs/libedit )" @@ -30,6 +27,8 @@ S=${WORKDIR}/${MY_P} src_prepare() { epatch "${WORKDIR}"/${DEB_PF}.diff + rm */debian/diff/0006--INPUT-exit-127-if-command_file-is-given-but-doesn-t.diff \ + || die #328929 epatch */debian/diff/* # Fix the invalid sort |