diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-01-13 23:01:06 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-01-13 23:01:06 +0000 |
commit | 0d787a475a050240a66f29a688d91b4a81cae076 (patch) | |
tree | 1367be9baea68b85f805ca19fea6a88d3acee367 /x11-apps/xdm | |
parent | Bump kde to 4.1.4 (diff) | |
download | gentoo-2-0d787a475a050240a66f29a688d91b4a81cae076.tar.gz gentoo-2-0d787a475a050240a66f29a688d91b4a81cae076.tar.bz2 gentoo-2-0d787a475a050240a66f29a688d91b4a81cae076.zip |
x11-apps/xdm: remove xprint support (see bug #254874)
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-00002-g72e2bfb i686)
Diffstat (limited to 'x11-apps/xdm')
-rw-r--r-- | x11-apps/xdm/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xdm/xdm-1.1.8.ebuild | 16 |
2 files changed, 10 insertions, 13 deletions
diff --git a/x11-apps/xdm/ChangeLog b/x11-apps/xdm/ChangeLog index e9b82e0ea972..7ea37e0a094e 100644 --- a/x11-apps/xdm/ChangeLog +++ b/x11-apps/xdm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xdm -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/ChangeLog,v 1.87 2008/06/22 16:49:26 gentoofan23 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/ChangeLog,v 1.88 2009/01/13 23:01:06 remi Exp $ + + 13 Jan 2009; Rémi Cardona <remi@gentoo.org> xdm-1.1.8.ebuild: + remove xprint support (see bug #254874) 22 Jun 2008; Thomas Anderson <gentoofan23@gentoo.org> xdm-1.1.6-r1.ebuild: Marked ~amd64, bug #211014 diff --git a/x11-apps/xdm/xdm-1.1.8.ebuild b/x11-apps/xdm/xdm-1.1.8.ebuild index 773038eac8ae..da20ec248612 100644 --- a/x11-apps/xdm/xdm-1.1.8.ebuild +++ b/x11-apps/xdm/xdm-1.1.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/xdm-1.1.8.ebuild,v 1.1 2008/06/06 21:30:30 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/xdm-1.1.8.ebuild,v 1.2 2009/01/13 23:01:06 remi Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -12,7 +12,7 @@ DEFAULTVT="vt7" DESCRIPTION="X.Org xdm application" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="xprint ipv6 pam" +IUSE="ipv6 pam" RDEPEND="x11-apps/xrdb x11-libs/libXdmcp @@ -29,18 +29,12 @@ DEPEND="${RDEPEND} PATCHES="${FILESDIR}/wtmp.patch ${FILESDIR}/xwilling-hang.patch" -CONFIGURE_OPTIONS="$(use_enable xprint) - $(use_enable ipv6) +CONFIGURE_OPTIONS="$(use_enable ipv6) $(use_with pam) + --disable-xprint --with-default-vt=${DEFAULTVT} --with-xdmconfigdir=/etc/X11/xdm" -pkg_setup() { - if use xprint && ! built_with_use x11-libs/libXaw xprint; then - die "Build x11-libs/libXaw with USE=xprint." - fi -} - src_install() { x-modular_src_install exeinto /usr/$(get_libdir)/X11/xdm |