commit: 244393f82e7e73b54f0ce8f8f0699b6867be259c
Author: John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 14 17:54:07 2021 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Wed Jul 14 17:54:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244393f8
dev-python/vdirsyncer: install systemd units as user units
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
.../{vdirsyncer-0.18.0-r1.ebuild => vdirsyncer-0.18.0-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/vdirsyncer/vdirsyncer-0.18.0-r1.ebuild
b/dev-python/vdirsyncer/vdirsyncer-0.18.0-r2.ebuild
similarity index 96%
rename from dev-python/vdirsyncer/vdirsyncer-0.18.0-r1.ebuild
rename to dev-python/vdirsyncer/vdirsyncer-0.18.0-r2.ebuild
index 21d72fd5f54..a701eaebffc 100644
--- a/dev-python/vdirsyncer/vdirsyncer-0.18.0-r1.ebuild
+++ b/dev-python/vdirsyncer/vdirsyncer-0.18.0-r2.ebuild
@@ -59,5 +59,5 @@ python_test() {
src_install() {
distutils-r1_src_install
- systemd_dounit contrib/vdirsyncer.{service,timer}
+ systemd_douserunit contrib/vdirsyncer.{service,timer}
}