Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/openpam/
Date: Thu, 01 Mar 2018 15:09:59
Message-Id: 1519916983.302dc43f9332b523eff554fffd3cd3b7d8463166.mgorny@gentoo
1 commit: 302dc43f9332b523eff554fffd3cd3b7d8463166
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 14:46:01 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 15:09:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=302dc43f
7
8 sys-auth/openpam: Remove obsolete dep on app-vim/pam-syntax
9
10 Remove the dependency on app-vim/pam-syntax. Appropriate syntax
11 highlighting is now built-in in vim, and pam-syntax is last rited.
12
13 sys-auth/openpam/openpam-20140912-r1.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-auth/openpam/openpam-20140912-r1.ebuild b/sys-auth/openpam/openpam-20140912-r1.ebuild
17 index 287db3f24eb..35d3e7c9ef8 100644
18 --- a/sys-auth/openpam/openpam-20140912-r1.ebuild
19 +++ b/sys-auth/openpam/openpam-20140912-r1.ebuild
20 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
21 LICENSE="BSD"
22 SLOT="0"
23 KEYWORDS="~amd64-fbsd ~x86-fbsd"
24 -IUSE="debug vim-syntax"
25 +IUSE="debug"
26
27 RDEPEND="!sys-libs/pam"
28 DEPEND="
29 @@ -23,8 +23,7 @@ DEPEND="
30 dev-lang/perl"
31
32 PDEPEND="
33 - sys-auth/pambase
34 - vim-syntax? ( app-vim/pam-syntax )"
35 + sys-auth/pambase"
36
37 PATCHES=(
38 "${FILESDIR}/${PN}-20130907-gentoo.patch"