summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/pam_abl/pam_abl-0.6.0.ebuild')
-rw-r--r--sys-auth/pam_abl/pam_abl-0.6.0.ebuild6
1 files changed, 3 insertions, 3 deletions
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}