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

(-)/var/db/repos/gentoo/app-shells/bash/bash-5.1_p4.ebuild (-1 / +2 lines)
Lines 48-54 Link Here
48
SLOT="0"
48
SLOT="0"
49
[[ "${PV}" == *_rc* ]] || \
49
[[ "${PV}" == *_rc* ]] || \
50
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
50
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
51
IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline"
51
IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline selinux"
52
52
53
DEPEND="
53
DEPEND="
54
	>=sys-libs/ncurses-5.2-r2:0=
54
	>=sys-libs/ncurses-5.2-r2:0=
Lines 258-261 Link Here
258
	if [[ ! -e ${EROOT}/bin/sh ]] ; then
258
	if [[ ! -e ${EROOT}/bin/sh ]] ; then
259
		ln -sf bash "${EROOT}"/bin/sh
259
		ln -sf bash "${EROOT}"/bin/sh
260
	fi
260
	fi
261
	use selinux && /sbin/restorecon -F "${EROOT}"/bin/sh  || die "restorecon /bnin/sh died, You NEED this. change it to its intended context manually ( bin_t ?)"
261
}
262
}

Return to bug 778311