diff options
author | Sam James <sam@gentoo.org> | 2021-02-06 23:35:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-06 23:38:34 +0000 |
commit | 1ae1ead872fbae7e4a460e48e49aa151b18c1132 (patch) | |
tree | 45e321eecafd83d08561bfad2388e18489315f17 /app-backup/fsarchiver | |
parent | app-editors/emacs: Drop conditional gtk+:2 dependency (diff) | |
download | gentoo-1ae1ead872fbae7e4a460e48e49aa151b18c1132.tar.gz gentoo-1ae1ead872fbae7e4a460e48e49aa151b18c1132.tar.bz2 gentoo-1ae1ead872fbae7e4a460e48e49aa151b18c1132.zip |
app-backup/fsarchiver: fix DDEPEND typo
Closes: https://bugs.gentoo.org/703522
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-backup/fsarchiver')
-rw-r--r-- | app-backup/fsarchiver/fsarchiver-0.8.5-r1.ebuild (renamed from app-backup/fsarchiver/fsarchiver-0.8.5.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/fsarchiver/fsarchiver-0.8.5.ebuild b/app-backup/fsarchiver/fsarchiver-0.8.5-r1.ebuild index 73aeeb7d1cd0..625ecf821296 100644 --- a/app-backup/fsarchiver/fsarchiver-0.8.5.ebuild +++ b/app-backup/fsarchiver/fsarchiver-0.8.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,7 @@ DEPEND="${CDEPEND} lzo? ( dev-libs/lzo[static-libs] ) zstd? ( app-arch/zstd[static-libs] ) )" -RDEPEND="${DDEPEND}" +RDEPEND="${DEPEND}" src_prepare() { default |