commit: 36097cffd23eb698e8e82146f33574d2ee99e397 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 2 11:24:35 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 2 14:00:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36097cff
www-misc/mergelog: fix DEPEND typo Signed-off-by: Sam James <sam <AT> gentoo.org> www-misc/mergelog/mergelog-4.5-r2.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/www-misc/mergelog/mergelog-4.5-r2.ebuild b/www-misc/mergelog/mergelog-4.5-r2.ebuild index 74b4b251293..f689153b358 100644 --- a/www-misc/mergelog/mergelog-4.5-r2.ebuild +++ b/www-misc/mergelog/mergelog-4.5-r2.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 @@ -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
