diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:36:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:52:52 +0100 |
commit | 6e05b581d9ec782030d7f5f6ca6fc491271f3818 (patch) | |
tree | 8ac7a11c055e7da3729ecdd43e4e8dcade5cb34c /app-backup/backuppc | |
parent | app-arch/zpaq-extras: use BDEPEND for app-arch/unzip (diff) | |
download | gentoo-6e05b581d9ec782030d7f5f6ca6fc491271f3818.tar.gz gentoo-6e05b581d9ec782030d7f5f6ca6fc491271f3818.tar.bz2 gentoo-6e05b581d9ec782030d7f5f6ca6fc491271f3818.zip |
app-backup/backuppc: 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-backup/backuppc')
-rw-r--r-- | app-backup/backuppc/backuppc-3.3.1-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/backuppc/backuppc-3.3.1-r5.ebuild b/app-backup/backuppc/backuppc-3.3.1-r5.ebuild index 932f8a9640d5..dd944952eb56 100644 --- a/app-backup/backuppc/backuppc-3.3.1-r5.ebuild +++ b/app-backup/backuppc/backuppc-3.3.1-r5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit depend.apache eutils user systemd +inherit depend.apache epatch user systemd MY_P="BackupPC-${PV}" |