commit:     4d2c89979ddc3a2bcb1bb1dd5862d31ba0ab117a
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri May 11 20:45:59 2018 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri May 11 20:46:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d2c8997

sys-apps/openrc: drop unnecessary 'sed' that changed installation modes

Upstream no longer installs files with mode 0444, so we can remove this
change.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/openrc/openrc-9999.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys-apps/openrc/openrc-9999.ebuild 
b/sys-apps/openrc/openrc-9999.ebuild
index 3420adf2a4c..18aa6cade20 100644
--- a/sys-apps/openrc/openrc-9999.ebuild
+++ b/sys-apps/openrc/openrc-9999.ebuild
@@ -61,9 +61,6 @@ PDEPEND="netifrc? ( net-misc/netifrc )"
 
 src_prepare() {
        default
-
-       sed -i 's:0444:0644:' mk/sys.mk || die
-
        if [[ ${PV} == "9999" ]] ; then
                local ver="git-${EGIT_VERSION:0:6}"
                sed -i "/^GITVER[[:space:]]*=/s:=.*:=${ver}:" mk/gitver.mk || 
die

Reply via email to