diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:39:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:28 +0100 |
commit | 0e16c1ca212902bda7aaf7017976f298077867b1 (patch) | |
tree | f3ccc223af59d4b3d09402ef21cf917774da899d /app-misc/rundeck-bin | |
parent | app-misc/realpath: multilib--, toolchain-funcs-- (diff) | |
download | gentoo-0e16c1ca212902bda7aaf7017976f298077867b1.tar.gz gentoo-0e16c1ca212902bda7aaf7017976f298077867b1.tar.bz2 gentoo-0e16c1ca212902bda7aaf7017976f298077867b1.zip |
app-misc/rundeck-bin: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/rundeck-bin')
-rw-r--r-- | app-misc/rundeck-bin/rundeck-bin-2.6.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/rundeck-bin/rundeck-bin-2.6.8.ebuild b/app-misc/rundeck-bin/rundeck-bin-2.6.8.ebuild index 2241a0bfea34..7c0b4f11d35f 100644 --- a/app-misc/rundeck-bin/rundeck-bin-2.6.8.ebuild +++ b/app-misc/rundeck-bin/rundeck-bin-2.6.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils java-pkg-2 rpm user +inherit epatch java-pkg-2 rpm user DESCRIPTION="Job Scheduler and Runbook Automation" HOMEPAGE="http://www.rundeck.org" |