summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2015-07-11 16:39:36 +0000
committerMike Gilbert <floppym@gentoo.org>2015-07-11 16:39:36 +0000
commitb988f9afe7180d9f02d3f5ba3ecb3bd099000fe7 (patch)
treefcb24f2855831bb3a85164704c325ee7874a4583 /sys-apps/systemd
parentVersion bump. (diff)
downloadgentoo-2-b988f9afe7180d9f02d3f5ba3ecb3bd099000fe7.tar.gz
gentoo-2-b988f9afe7180d9f02d3f5ba3ecb3bd099000fe7.tar.bz2
gentoo-2-b988f9afe7180d9f02d3f5ba3ecb3bd099000fe7.zip
Call default src_unpack function in the live ebuild.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
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, 10 insertions, 2 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog
index 59bc0ac4478b..df536e6e2e5d 100644
--- a/sys-apps/systemd/ChangeLog
+++ b/sys-apps/systemd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.385 2015/07/10 23:08:02 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.386 2015/07/11 16:39:36 floppym Exp $
+
+ 11 Jul 2015; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
+ Call default src_unpack function in the live ebuild.
10 Jul 2015; Mike Gilbert <floppym@gentoo.org> systemd-222.ebuild,
systemd-9999.ebuild:
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index 478e7c281ddf..cb9a78cbe6b1 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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.178 2015/07/10 23:08:02 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.179 2015/07/11 16:39:36 floppym Exp $
EAPI=5
@@ -152,6 +152,11 @@ pkg_setup() {
:
}
+src_unpack() {
+ default
+ [[ ${PV} != 9999 ]] || git-r3_src_unpack
+}
+
src_prepare() {
# Bug 463376
sed -i -e 's/GROUP="dialout"/GROUP="uucp"/' rules/*.rules || die