commit: 302dc43f9332b523eff554fffd3cd3b7d8463166
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 1 14:46:01 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 1 15:09:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=302dc43f
sys-auth/openpam: Remove obsolete dep on app-vim/pam-syntax
Remove the dependency on app-vim/pam-syntax. Appropriate syntax
highlighting is now built-in in vim, and pam-syntax is last rited.
sys-auth/openpam/openpam-20140912-r1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/sys-auth/openpam/openpam-20140912-r1.ebuild
b/sys-auth/openpam/openpam-20140912-r1.ebuild
index 287db3f24eb..35d3e7c9ef8 100644
--- a/sys-auth/openpam/openpam-20140912-r1.ebuild
+++ b/sys-auth/openpam/openpam-20140912-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64-fbsd ~x86-fbsd"
-IUSE="debug vim-syntax"
+IUSE="debug"
RDEPEND="!sys-libs/pam"
DEPEND="
@@ -23,8 +23,7 @@ DEPEND="
dev-lang/perl"
PDEPEND="
- sys-auth/pambase
- vim-syntax? ( app-vim/pam-syntax )"
+ sys-auth/pambase"
PATCHES=(
"${FILESDIR}/${PN}-20130907-gentoo.patch"