diff options
author | Mike Kelly <pioto@gentoo.org> | 2006-10-29 19:49:56 +0000 |
---|---|---|
committer | Mike Kelly <pioto@gentoo.org> | 2006-10-29 19:49:56 +0000 |
commit | efcb613e20c41e2400166a7d31144a61e3400707 (patch) | |
tree | 2a785411fa04058a9a53b1f6efee4d9d53e97f21 /sys-libs | |
parent | Move .desktop file in the correct directory so that it appears on menus, and ... (diff) | |
download | gentoo-2-efcb613e20c41e2400166a7d31144a61e3400707.tar.gz gentoo-2-efcb613e20c41e2400166a7d31144a61e3400707.tar.bz2 gentoo-2-efcb613e20c41e2400166a7d31144a61e3400707.zip |
Add support for the vim-syntax USE flag. Bug #152275.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/pam/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/pam/pam-0.99.6.3-r1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/pam/ChangeLog b/sys-libs/pam/ChangeLog index 6794677c4f62..096e78618039 100644 --- a/sys-libs/pam/ChangeLog +++ b/sys-libs/pam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/pam # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.129 2006/10/29 16:19:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.130 2006/10/29 19:49:56 pioto Exp $ + + 29 Oct 2006; Mike Kelly <pioto@pioto.org> pam-0.99.6.3-r1.ebuild: + Add support for the vim-syntax USE flag. Bug #152275. 29 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> pam-0.99.6.3-r1.ebuild: Finally remove the pam_userdb manpage, and rewrite the warning at the end of diff --git a/sys-libs/pam/pam-0.99.6.3-r1.ebuild b/sys-libs/pam/pam-0.99.6.3-r1.ebuild index f001fa10a14b..76573e33337c 100644 --- a/sys-libs/pam/pam-0.99.6.3-r1.ebuild +++ b/sys-libs/pam/pam-0.99.6.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.99.6.3-r1.ebuild,v 1.8 2006/10/29 16:19:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.99.6.3-r1.ebuild,v 1.9 2006/10/29 19:49:56 pioto Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -17,7 +17,7 @@ SRC_URI="http://www.kernel.org/pub/linux/libs/pam/pre/library/${MY_P}.tar.bz2" LICENSE="PAM" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="nls elibc_FreeBSD selinux" +IUSE="nls elibc_FreeBSD selinux vim-syntax" RDEPEND="nls? ( virtual/libintl ) >=sys-libs/cracklib-2.8.3 @@ -28,6 +28,7 @@ DEPEND="${RDEPEND} ~app-text/docbook-xml-dtd-4.3 ~app-text/docbook-xml-dtd-4.4 nls? ( sys-devel/gettext )" +PDEPEND="vim-syntax? ( app-vim/pam-syntax )" S="${WORKDIR}/${MY_P}" |