diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-11-02 10:55:38 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-11-02 10:55:38 +0000 |
commit | 605735573a502746e2756c5ccee322877a9611f7 (patch) | |
tree | 916956b3c0a39037a9e0df23d55cd2fdd84af6db /x11-apps/xinit | |
parent | Marked ~amd64. (diff) | |
download | gentoo-2-605735573a502746e2756c5ccee322877a9611f7.tar.gz gentoo-2-605735573a502746e2756c5ccee322877a9611f7.tar.bz2 gentoo-2-605735573a502746e2756c5ccee322877a9611f7.zip |
If you use dopamd, inherit pam eclass.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-apps/xinit')
-rw-r--r-- | x11-apps/xinit/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xinit/xinit-0.99.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index c44c9ddd598e..e0d775c06c13 100644 --- a/x11-apps/xinit/ChangeLog +++ b/x11-apps/xinit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xinit # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.22 2005/10/30 05:13:24 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.23 2005/11/02 10:55:38 flameeyes Exp $ + + 02 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> xinit-0.99.2-r1.ebuild: + If you use dopamd, inherit pam eclass. 30 Oct 2005; Joshua Baergen <joshuabaergen@gentoo.org> xinit-0.99.2-r1.ebuild: diff --git a/x11-apps/xinit/xinit-0.99.2-r1.ebuild b/x11-apps/xinit/xinit-0.99.2-r1.ebuild index 104306efb0d6..3031b86cfaec 100644 --- a/x11-apps/xinit/xinit-0.99.2-r1.ebuild +++ b/x11-apps/xinit/xinit-0.99.2-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-0.99.2-r1.ebuild,v 1.2 2005/10/30 05:13:24 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-0.99.2-r1.ebuild,v 1.3 2005/11/02 10:55:38 flameeyes Exp $ # Must be before x-modular eclass is inherited # This is enabled due to modified Makefile.am from the patches SNAPSHOT="yes" -inherit x-modular +inherit x-modular pam DESCRIPTION="X.Org xinit application" KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" |