Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 189669 - sys-libs/pam-0.99.8.1 has an automagic dependency on sys-process/audit
Summary: sys-libs/pam-0.99.8.1 has an automagic dependency on sys-process/audit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PAM Gentoo Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-21 06:46 UTC by Jakub Moc (RETIRED)
Modified: 2007-09-19 00:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Moc (RETIRED) gentoo-dev 2007-08-21 06:46:06 UTC
This will automagically enable audit support if you have sys-process/audit installed and don't pass --disable-audit to configure. Baaad... ;)
Comment 1 Jory A. Pratt gentoo-dev 2007-08-24 01:20:14 UTC
--- pam-0.99.8.1.ebuild~	2007-08-23 20:17:01.061063119 -0500
+++ pam-0.99.8.1.ebuild	2007-08-23 20:17:42.794696392 -0500
@@ -19,7 +19,7 @@
 LICENSE="PAM"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="cracklib nls elibc_FreeBSD selinux vim-syntax"
+IUSE="cracklib nls elibc_FreeBSD selinux vim-syntax audit"
 
 RDEPEND="nls? ( virtual/libintl )
 	cracklib? ( >=sys-libs/cracklib-2.8.3 )
@@ -117,7 +117,8 @@
 	econf \
 		$(use_enable nls) \
 		$(use_enable selinux) \
-		$(use_enable cracklib) \
+		$(use_enable cracklib) \ 
+		$(use_enable audit) \
 		--libdir=/usr/$(get_libdir) \
 		--disable-db \
 		--enable-securedir=/$(get_libdir)/security \

Simple correction to resolve bug as another user pointed out a while back to vapier.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-09-19 00:00:01 UTC
In CVS now.
USE=audit is masked on alpha, arm, hppa, ppc64, s390, sh until they have keyworded it per bug #184563.