diff options
author | Amy Liffey <amynka@gentoo.org> | 2017-07-17 22:37:57 +0200 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2017-07-17 22:39:08 +0200 |
commit | 0db7ba8f137c75c20129fb762ec44ff387a73e72 (patch) | |
tree | 644b286840fe73eaa77dc46a10666265e3342fdb /sys-auth/pam_abl | |
parent | sys-fs/udev: use chrpath instead of patchelf (diff) | |
download | gentoo-0db7ba8f137c75c20129fb762ec44ff387a73e72.tar.gz gentoo-0db7ba8f137c75c20129fb762ec44ff387a73e72.tar.bz2 gentoo-0db7ba8f137c75c20129fb762ec44ff387a73e72.zip |
sys-auth/pam_abl: fix slot and description
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'sys-auth/pam_abl')
-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} |