diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-01 15:46:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-01 16:09:43 +0100 |
commit | 302dc43f9332b523eff554fffd3cd3b7d8463166 (patch) | |
tree | 10a07b0084a9602a322c0f202896e0570e2456e6 /sys-auth/openpam | |
parent | sys-auth/openpam: Drop old revision (diff) | |
download | gentoo-302dc43f9332b523eff554fffd3cd3b7d8463166.tar.gz gentoo-302dc43f9332b523eff554fffd3cd3b7d8463166.tar.bz2 gentoo-302dc43f9332b523eff554fffd3cd3b7d8463166.zip |
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.
Diffstat (limited to 'sys-auth/openpam')
-rw-r--r-- | sys-auth/openpam/openpam-20140912-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-auth/openpam/openpam-20140912-r1.ebuild b/sys-auth/openpam/openpam-20140912-r1.ebuild index 287db3f24eb6..35d3e7c9ef80 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" |