--- /usr/portage/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild 2007-11-21 17:36:22.000000000 +0100 +++ pam_abl-0.2.3-r2.ebuild 2008-12-30 02:30:37.000000000 +0100 @@ -1,17 +1,17 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild,v 1.5 2007/11/21 16:28:40 drac Exp $ +# $Header: $ inherit flag-o-matic pam toolchain-funcs -DESCRIPTION="Provides auto blacklisting of hosts and users responsible for repeated failed authentication attempts" +DESCRIPTION="Provides automatic blacklisting of repeated failed PAM authentication attempts" HOMEPAGE="http://www.hexten.net/pam_abl/" SRC_URI="mirror://sourceforge/${PN/_/-}/${P}.tar.gz" RESTRICT="" LICENSE="|| ( BSD GPL-2 )" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=sys-libs/pam-0.78-r2 @@ -27,6 +27,9 @@ unpack ${A} cd "${S}" + # fix as needed, see bug #248403 + epatch "${FILESDIR}/${P}-as-needed.patch" + # fix hardcoded values in Makefile sed -i -e "s:-Wall -fPIC:${CFLAGS} -Wall:" \ -e "s:/lib/security:$(getpam_mod_dir):" \