diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-08 18:03:40 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-08 18:03:40 +0100 |
commit | 2d473748ba47a39c9ba689b4957f44ca6e2bd92d (patch) | |
tree | e54a85f90e01514c914e29e47ed264849b851444 /www-misc/profile-sync-daemon | |
parent | a383c251e513317adda6662eb6ec849ef25bad49 (diff) |
r1710 revision bump
Diffstat (limited to 'www-misc/profile-sync-daemon')
-rw-r--r-- | www-misc/profile-sync-daemon/profile-sync-daemon-5.45.1-r1710.ebuild (renamed from www-misc/profile-sync-daemon/profile-sync-daemon-5.45.1-r1708.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-5.45.1-r1708.ebuild b/www-misc/profile-sync-daemon/profile-sync-daemon-5.45.1-r1710.ebuild index ab23c8f9..6df724c0 100644 --- a/www-misc/profile-sync-daemon/profile-sync-daemon-5.45.1-r1708.ebuild +++ b/www-misc/profile-sync-daemon/profile-sync-daemon-5.45.1-r1710.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit eutils @@ -20,6 +20,7 @@ RDEPEND=" systemd? ( sys-apps/systemd )" src_prepare() { + default epatch ${FILESDIR}/${P}-openrc-run.patch } |