diff options
-rw-r--r-- | sys-auth/pam_abl/pam_abl-0.5.0.ebuild | 6 | ||||
-rw-r--r-- | sys-auth/pam_abl/pam_abl-0.6.0.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-auth/pam_abl/pam_abl-0.5.0.ebuild b/sys-auth/pam_abl/pam_abl-0.5.0.ebuild index 625835573d1e..943e98d0b613 100644 --- a/sys-auth/pam_abl/pam_abl-0.5.0.ebuild +++ b/sys-auth/pam_abl/pam_abl-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ MY_P="${MY_PN}-${PV}" inherit flag-o-matic pam cmake-utils db-use multilib -DESCRIPTION="PAM module for blacklisting of hosts and users on repeated failed authentication attempts" +DESCRIPTION="PAM module for blacklisting hosts and users repeatedly failed authentication" HOMEPAGE="http://pam-abl.sourceforge.net/" SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz" @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=sys-libs/pam-0.78-r2 - >=sys-libs/db-4.2.52_p2" + >=sys-libs/db-4.2.52_p2:=" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_PN}" diff --git a/sys-auth/pam_abl/pam_abl-0.6.0.ebuild b/sys-auth/pam_abl/pam_abl-0.6.0.ebuild index 0ffc5ce28ae6..33ec2002600a 100644 --- a/sys-auth/pam_abl/pam_abl-0.6.0.ebuild +++ b/sys-auth/pam_abl/pam_abl-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ MY_P="${MY_PN}-${PV}" inherit flag-o-matic pam cmake-utils db-use multilib -DESCRIPTION="PAM module for blacklisting of hosts and users on repeated failed authentication attempts" +DESCRIPTION="PAM module for blacklisting hosts and users repeatedly failed authentication" HOMEPAGE="http://pam-abl.sourceforge.net/" SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz" @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=sys-libs/pam-0.78-r2 - >=sys-libs/db-4.2.52_p2" + >=sys-libs/db-4.2.52_p2:=" RDEPEND="${DEPEND}" S=${WORKDIR} |