diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-12-12 08:31:11 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-12-12 08:31:11 +0000 |
commit | b19a82156967535e893043d2bc3308f8ac828ce8 (patch) | |
tree | 69fc0e2b07e526019429b0d5f42b3bd22481edf6 /x11-apps/xinit | |
parent | version bump, thanks a lot Remon for the notice (diff) | |
download | gentoo-2-b19a82156967535e893043d2bc3308f8ac828ce8.tar.gz gentoo-2-b19a82156967535e893043d2bc3308f8ac828ce8.tar.bz2 gentoo-2-b19a82156967535e893043d2bc3308f8ac828ce8.zip |
stable x86, bug 201998
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-apps/xinit')
-rw-r--r-- | x11-apps/xinit/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xinit/xinit-1.0.5-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index 351b32530008..46e5a8c04363 100644 --- a/x11-apps/xinit/ChangeLog +++ b/x11-apps/xinit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xinit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.103 2007/11/05 07:13:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.104 2007/12/12 08:31:11 opfer Exp $ + + 12 Dec 2007; Christian Faulhammer <opfer@gentoo.org> + xinit-1.0.5-r1.ebuild: + stable x86, bug 201998 05 Nov 2007; Mike Frysinger <vapier@gentoo.org> xinit-1.0.5-r1.ebuild: Add pam to IUSE so the xserver pam.d file is conditionally installed. diff --git a/x11-apps/xinit/xinit-1.0.5-r1.ebuild b/x11-apps/xinit/xinit-1.0.5-r1.ebuild index d7a1678fcc2a..99033dfb8121 100644 --- a/x11-apps/xinit/xinit-1.0.5-r1.ebuild +++ b/x11-apps/xinit/xinit-1.0.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.5-r1.ebuild,v 1.3 2007/11/05 07:13:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.5-r1.ebuild,v 1.4 2007/12/12 08:31:11 opfer Exp $ # Must be before x-modular eclass is inherited # This is enabled due to modified Makefile.am from the patches @@ -11,7 +11,7 @@ inherit x-modular pam DESCRIPTION="X Window System initializer" LICENSE="${LICENSE} GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="hal minimal pam" RDEPEND="x11-apps/xauth |