diff options
author | 2011-10-10 08:56:06 +0000 | |
---|---|---|
committer | 2011-10-10 08:56:06 +0000 | |
commit | 0b8e5fec1cf86c119ab7a643da91f17b4b34c8ad (patch) | |
tree | 5e7e6804a59e63eddd2ce3d35e407dcaf45ac718 /x11-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-0b8e5fec1cf86c119ab7a643da91f17b4b34c8ad.tar.gz gentoo-2-0b8e5fec1cf86c119ab7a643da91f17b4b34c8ad.tar.bz2 gentoo-2-0b8e5fec1cf86c119ab7a643da91f17b4b34c8ad.zip |
Drop redundant systemd unit install, it is supported upstream now.
(Portage version: 2.2.0_alpha65/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xdm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xdm/xdm-1.1.11.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-apps/xdm/ChangeLog b/x11-apps/xdm/ChangeLog index b3776410aeb5..d7556ef23e52 100644 --- a/x11-apps/xdm/ChangeLog +++ b/x11-apps/xdm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xdm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/ChangeLog,v 1.126 2011/10/03 17:55:17 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/ChangeLog,v 1.127 2011/10/10 08:56:06 mgorny Exp $ + + 10 Oct 2011; Michał Górny <mgorny@gentoo.org> xdm-1.1.11.ebuild: + Drop redundant systemd unit install, it is supported upstream now. 03 Oct 2011; Joseph Jezak <josejx@gentoo.org> xdm-1.1.10-r2.ebuild: Marked ppc ppc64 stable for bug #380421. diff --git a/x11-apps/xdm/xdm-1.1.11.ebuild b/x11-apps/xdm/xdm-1.1.11.ebuild index 7644ffa70a0b..9978a81b3f2b 100644 --- a/x11-apps/xdm/xdm-1.1.11.ebuild +++ b/x11-apps/xdm/xdm-1.1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/xdm-1.1.11.ebuild,v 1.1 2011/10/02 00:40:13 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/xdm-1.1.11.ebuild,v 1.2 2011/10/10 08:56:06 mgorny Exp $ EAPI=3 @@ -32,6 +32,7 @@ pkg_setup() { XORG_CONFIGURE_OPTIONS=( $(use_enable ipv6) $(use_with pam) + "$(systemd_with_unitdir)" --with-default-vt=${DEFAULTVT} --with-xdmconfigdir=/etc/X11/xdm ) @@ -48,8 +49,6 @@ src_install() { fi # Keep /var/lib/xdm. This is where authfiles are stored. See #286350. keepdir /var/lib/xdm - - systemd_dounit "${FILESDIR}"/xdm.service || die } pkg_postinst() { |