diff options
Diffstat (limited to 'sys-apps/openrc-wrapper/openrc-wrapper-1.7.ebuild')
-rw-r--r-- | sys-apps/openrc-wrapper/openrc-wrapper-1.7.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys-apps/openrc-wrapper/openrc-wrapper-1.7.ebuild b/sys-apps/openrc-wrapper/openrc-wrapper-1.7.ebuild index 88be0ecc..83b75704 100644 --- a/sys-apps/openrc-wrapper/openrc-wrapper-1.7.ebuild +++ b/sys-apps/openrc-wrapper/openrc-wrapper-1.7.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 RESTRICT="mirror" -inherit eutils systemd +inherit systemd DESCRIPTION="Use openrc init scripts with systemd or other init systems" HOMEPAGE="https://github.com/vaeth/openrc-wrapper" @@ -22,10 +22,6 @@ RDEPEND="${DEPEND} || ( sys-apps/gentoo-functions sys-apps/openrc )" IUSE="" -src_prepare() { - epatch_user -} - src_install() { dodoc README dobin bin/* |