mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-misc/mergelog: fix DEPEND typo
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user