Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 328929
Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +3 lines)
Line  Link Here
0
-- dash-0.5.6.1.ebuild
0
++ dash-0.5.6.1.ebuild
Lines 18-27 Link Here
18
18
19
LICENSE="BSD"
19
LICENSE="BSD"
20
SLOT="0"
20
SLOT="0"
21
# needs updated debian patchset
21
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
22
# http://bugs.debian.org/587353
23
# http://bugs.gentoo.org/328929
24
#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
25
IUSE="libedit static"
22
IUSE="libedit static"
26
23
27
DEPEND="libedit? ( dev-libs/libedit )"
24
DEPEND="libedit? ( dev-libs/libedit )"
Lines 30-35 Link Here
30
27
31
src_prepare() {
28
src_prepare() {
32
	epatch "${WORKDIR}"/${DEB_PF}.diff
29
	epatch "${WORKDIR}"/${DEB_PF}.diff
30
	rm  */debian/diff/0006--INPUT-exit-127-if-command_file-is-given-but-doesn-t.diff || die
33
	epatch */debian/diff/*
31
	epatch */debian/diff/*
34
32
35
	# Fix the invalid sort
33
	# Fix the invalid sort

Return to bug 328929