diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-02-14 08:10:08 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-02-14 08:10:08 +0000 |
commit | 43155e135f83e7ba5bd0312b0a0a5e2305367fb6 (patch) | |
tree | 28849dedccd2361676187157f8d8344ec7579796 /x11-apps | |
parent | Added ~ppc64; bug #122726 (diff) | |
download | historical-43155e135f83e7ba5bd0312b0a0a5e2305367fb6.tar.gz historical-43155e135f83e7ba5bd0312b0a0a5e2305367fb6.tar.bz2 historical-43155e135f83e7ba5bd0312b0a0a5e2305367fb6.zip |
Added ~ppc64; bug #122726
Package-Manager: portage-2.0.54
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xdm/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xdm/Manifest | 4 | ||||
-rw-r--r-- | x11-apps/xdm/xdm-1.0.1.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/x11-apps/xdm/ChangeLog b/x11-apps/xdm/ChangeLog index 302bd24a434d..a07128c9215d 100644 --- a/x11-apps/xdm/ChangeLog +++ b/x11-apps/xdm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xdm -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/ChangeLog,v 1.35 2005/12/27 10:59:22 stefaan Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/ChangeLog,v 1.36 2006/02/14 08:10:08 corsair Exp $ + + 14 Feb 2006; Markus Rothe <corsair@gentoo.org> xdm-1.0.1.ebuild: + Added ~ppc64; bug #122726 27 Dec 2005; Stefaan De Roeck <stefaan@gentoo.org> xdm-1.0.1.ebuild: Marked ~alpha diff --git a/x11-apps/xdm/Manifest b/x11-apps/xdm/Manifest index 171bc6bf4d0c..1c8f4345e591 100644 --- a/x11-apps/xdm/Manifest +++ b/x11-apps/xdm/Manifest @@ -1,7 +1,7 @@ -MD5 db5f6ce7c69b067b96197ac73733b86b ChangeLog 6017 +MD5 50ee97473e280c39787efbe100338824 ChangeLog 6113 MD5 c6dd3e9a9e557b9cba51ff77cb6108a4 files/Xsession 1521 MD5 5678edf4358eb382b146af8408ced5c2 files/digest-xdm-1.0.1 62 MD5 4a17967449d093f6430fbee47a24afba files/xdm.pamd 169 MD5 584252c9909d51023ea18799151cf12e files/xdm.start 3415 MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156 -MD5 2085c8714b66641a50b953ab2bbbdc7b xdm-1.0.1.ebuild 1192 +MD5 ceee5df35b63f54a25b32048ad7dce3e xdm-1.0.1.ebuild 1199 diff --git a/x11-apps/xdm/xdm-1.0.1.ebuild b/x11-apps/xdm/xdm-1.0.1.ebuild index 62a840f5f635..b74080b61354 100644 --- a/x11-apps/xdm/xdm-1.0.1.ebuild +++ b/x11-apps/xdm/xdm-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/xdm-1.0.1.ebuild,v 1.2 2005/12/27 10:59:22 stefaan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/xdm-1.0.1.ebuild,v 1.3 2006/02/14 08:10:08 corsair Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit multilib x-modular pam DESCRIPTION="X.Org xdm application" -KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="xprint ipv6 pam" RDEPEND="x11-apps/xrdb x11-libs/libXdmcp |