diff options
author | Sebastian Pipping <sping@gentoo.org> | 2020-03-27 01:27:46 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2020-03-27 02:09:20 +0100 |
commit | 6e6b2084ec6f9c23576f50122e5b07f51520544e (patch) | |
tree | c01def77c1eb97cfbe7062f4d198633bd191eb92 /sys-process | |
parent | dev-tex/rechnung: EAPI 7 (diff) | |
download | betagarden-6e6b2084ec6f9c23576f50122e5b07f51520544e.tar.gz betagarden-6e6b2084ec6f9c23576f50122e5b07f51520544e.tar.bz2 betagarden-6e6b2084ec6f9c23576f50122e5b07f51520544e.zip |
*/*: Quick-migrate from git-2 eclass to git-r3
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/multiwatch/multiwatch-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/multiwatch/multiwatch-1.0.0.ebuild b/sys-process/multiwatch/multiwatch-1.0.0.ebuild index ba30ab4..ac82e08 100644 --- a/sys-process/multiwatch/multiwatch-1.0.0.ebuild +++ b/sys-process/multiwatch/multiwatch-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit autotools git-2 +inherit autotools git-r3 DESCRIPTION="multiwatch forks and watches multiple instances of a program" HOMEPAGE="http://redmine.lighttpd.net/projects/multiwatch" |