summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-02-06 03:13:33 +0000
committerMike Frysinger <vapier@gentoo.org>2012-02-06 03:13:33 +0000
commit04b608c38835c38ed865149e48f5b6d79a3bf7ff (patch)
treeb0134bbbf7b770b7692410d4a3d206efbc32dfc9 /sys-process
parentDrop unused pkg-postinst func (its a typo, and we don't run env-update in pkg... (diff)
downloadgentoo-2-04b608c38835c38ed865149e48f5b6d79a3bf7ff.tar.gz
gentoo-2-04b608c38835c38ed865149e48f5b6d79a3bf7ff.tar.bz2
gentoo-2-04b608c38835c38ed865149e48f5b6d79a3bf7ff.zip
Don't run env-update in pkg_* funcs -- the PM does that.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/runit/ChangeLog7
-rw-r--r--sys-process/runit/runit-2.1.1-r1.ebuild5
2 files changed, 7 insertions, 5 deletions
diff --git a/sys-process/runit/ChangeLog b/sys-process/runit/ChangeLog
index ad78ef8a3671..17f30b9ba21d 100644
--- a/sys-process/runit/ChangeLog
+++ b/sys-process/runit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/runit
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.33 2011/11/30 00:19:33 mschiff Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.34 2012/02/06 03:13:33 vapier Exp $
+
+ 06 Feb 2012; Mike Frysinger <vapier@gentoo.org> runit-2.1.1-r1.ebuild:
+ Don't run env-update in pkg_* funcs -- the PM does that.
*runit-2.1.1-r1 (30 Nov 2011)
diff --git a/sys-process/runit/runit-2.1.1-r1.ebuild b/sys-process/runit/runit-2.1.1-r1.ebuild
index c4e827d74bac..98aa2d88df16 100644
--- a/sys-process/runit/runit-2.1.1-r1.ebuild
+++ b/sys-process/runit/runit-2.1.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild,v 1.1 2011/11/30 00:19:33 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild,v 1.2 2012/02/06 03:13:33 vapier Exp $
EAPI="3"
@@ -68,7 +68,6 @@ src_install() {
}
pkg_postinst() {
- env-update
ewarn "/etc/profile was updated. Please run:"
ewarn "source /etc/profile"
ewarn "to make 'sv' work correctly on your currently open shells"