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

(-)a/passwdqc-1.3.0.ebuild (-1 / +4 lines)
Lines 13-19 SRC_URI="http://www.openwall.com/${PN}/${P}.tar.gz" Link Here
13
LICENSE="Openwall BSD public-domain"
13
LICENSE="Openwall BSD public-domain"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
16
IUSE="pam utils"
16
IUSE="elibc_FreeBSD pam utils"
17
17
18
RDEPEND="
18
RDEPEND="
19
	pam? (
19
	pam? (
Lines 27-32 src_prepare() { Link Here
27
	sed -i \
27
	sed -i \
28
		-e 's:`uname -s`:Linux:' \
28
		-e 's:`uname -s`:Linux:' \
29
		Makefile || die
29
		Makefile || die
30
	use elibc_FreeBSD && sed -i \
31
		-e 's: -DHAVE_SHADOW::g' \
32
		Makefile || die
30
}
33
}
31
34
32
_emake() {
35
_emake() {

Return to bug 554504