commit: 0db7ba8f137c75c20129fb762ec44ff387a73e72
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 20:37:57 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 20:39:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db7ba8f
sys-auth/pam_abl: fix slot and description
Package-Manager: Portage-2.3.6, Repoman-2.3.1
sys-auth/pam_abl/pam_abl-0.5.0.ebuild | 6 +++---
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 625835573d1..943e98d0b61 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 0ffc5ce28ae..33ec2002600 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}