summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-03-26 22:02:45 +0000
committerMichał Górny <mgorny@gentoo.org>2013-03-26 22:02:45 +0000
commit03d0c8ef6cdeeb37c556c2a0b1f3e361fd7d9e37 (patch)
tree7c76d1d47f048c0aeac016d4a1594bcf04d3f3f7 /sys-apps/systemd
parentWhen cross-compiling, run the configures in parallel for a nice speed up #462... (diff)
downloadgentoo-2-03d0c8ef6cdeeb37c556c2a0b1f3e361fd7d9e37.tar.gz
gentoo-2-03d0c8ef6cdeeb37c556c2a0b1f3e361fd7d9e37.tar.bz2
gentoo-2-03d0c8ef6cdeeb37c556c2a0b1f3e361fd7d9e37.zip
Move nss_myhostname back to /usr -- it seems that nss handles this well.
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r--sys-apps/systemd/ChangeLog5
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild7
2 files changed, 5 insertions, 7 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog
index dc59091ac200..61af3e592f21 100644
--- a/sys-apps/systemd/ChangeLog
+++ b/sys-apps/systemd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.99 2013/03/26 17:29:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.100 2013/03/26 22:02:45 mgorny Exp $
+
+ 26 Mar 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
+ Move nss_myhostname back to /usr -- it seems that nss handles this well.
26 Mar 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
Enable EFI support unconditionally since it does not introduce any deps.
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index c403758a891e..f873a2c92783 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.30 2013/03/26 17:29:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.31 2013/03/26 22:02:45 mgorny Exp $
EAPI=5
@@ -159,11 +159,6 @@ src_install() {
# remove pam.d plugin .la-file
prune_libtool_files --modules
- # move nss_myhostname to rootfs (bug #460640)
- dodir /$(get_libdir)
- mv "${D}"/usr/$(get_libdir)/libnss_myhostname* "${D}"/$(get_libdir)/ \
- || die "Unable to move nss_myhostname to rootfs"
-
# compat for init= use
dosym ../usr/lib/systemd/systemd /bin/systemd
dosym ../lib/systemd/systemd /usr/bin/systemd