www-misc/mergelog: fix DEPEND typo

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-02 12:24:35 +01:00
parent ba3ec1e8e9
commit 36097cffd2

View File

@@ -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
@@ -9,13 +9,12 @@ DESCRIPTION="A utility to merge apache logs in chronological order"
HOMEPAGE="http://mergelog.sourceforge.net"
SRC_URI="mirror://sourceforge/mergelog/${P}.tar.gz"
IUSE=""
SLOT="0"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm64 ppc x86"
RDEPEND="sys-libs/zlib"
DEPEND="${DEPEND}"
DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${P}-splitlog.patch