diff options
author | William Hubbs <williamh@gentoo.org> | 2016-12-20 13:10:46 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2016-12-20 13:11:35 -0600 |
commit | eacb688bd8cd127a0ad97132dd8222c120017da9 (patch) | |
tree | d44ec0eeea4deb42d77b0cb7ba8df074ef2eb923 | |
parent | net-misc/i2pd: version bump 2.11.0 (diff) | |
download | gentoo-eacb688bd8cd127a0ad97132dd8222c120017da9.tar.gz gentoo-eacb688bd8cd127a0ad97132dd8222c120017da9.tar.bz2 gentoo-eacb688bd8cd127a0ad97132dd8222c120017da9.zip |
sys-apps/openrc: sync live ebuild
Package-Manager: portage-2.3.0
-rw-r--r-- | sys-apps/openrc/openrc-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index cabbebbce8b6..560586f550a5 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -60,15 +60,14 @@ RDEPEND="${COMMON_DEPEND} 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 fi - - # Allow user patches to be applied without modifying the ebuild - eapply_user } src_compile() { |