diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-09-06 19:47:21 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-09-06 19:47:21 +0000 |
commit | b6c7ad2396d5c5db1dc0dfdfa8290b8e4e1191f9 (patch) | |
tree | e8b38c10b4b9109ce68f4271242f15f2af0cd7da /sys-libs/system-config-base | |
parent | Stable on x86 wrt bug #139808. (diff) | |
download | gentoo-2-b6c7ad2396d5c5db1dc0dfdfa8290b8e4e1191f9.tar.gz gentoo-2-b6c7ad2396d5c5db1dc0dfdfa8290b8e4e1191f9.tar.bz2 gentoo-2-b6c7ad2396d5c5db1dc0dfdfa8290b8e4e1191f9.zip |
Inherit pam eclass to use the new dopamd function.
(Portage version: 2.1.1_rc1-r5)
Diffstat (limited to 'sys-libs/system-config-base')
-rw-r--r-- | sys-libs/system-config-base/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/system-config-base/system-config-base-1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/system-config-base/ChangeLog b/sys-libs/system-config-base/ChangeLog index 1174ca55a98a..41c237b7c06a 100644 --- a/sys-libs/system-config-base/ChangeLog +++ b/sys-libs/system-config-base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/system-config-base # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/system-config-base/ChangeLog,v 1.1 2006/09/05 20:49:21 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/system-config-base/ChangeLog,v 1.2 2006/09/06 19:47:21 flameeyes Exp $ + + 06 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> + system-config-base-1.ebuild: + Inherit pam eclass to use the new dopamd function. *system-config-base-1 (05 Sep 2006) diff --git a/sys-libs/system-config-base/system-config-base-1.ebuild b/sys-libs/system-config-base/system-config-base-1.ebuild index ad0f7ff318ae..7e8836f67816 100644 --- a/sys-libs/system-config-base/system-config-base-1.ebuild +++ b/sys-libs/system-config-base/system-config-base-1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/system-config-base/system-config-base-1.ebuild,v 1.1 2006/09/05 20:49:21 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/system-config-base/system-config-base-1.ebuild,v 1.2 2006/09/06 19:47:21 flameeyes Exp $ -inherit eutils +inherit eutils pam DESCRIPTION="system-config-* layout package" SRC_URI="" |