From 8d5dbd847cbc704a6a06405856e94b461011afe3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 27 Mar 2021 06:06:27 +0000 Subject: gentoo resync : 27.03.2021 --- dev-util/wiggle/wiggle-1.0.ebuild | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'dev-util/wiggle/wiggle-1.0.ebuild') diff --git a/dev-util/wiggle/wiggle-1.0.ebuild b/dev-util/wiggle/wiggle-1.0.ebuild index 2ae059f746e4..670adede2e08 100644 --- a/dev-util/wiggle/wiggle-1.0.ebuild +++ b/dev-util/wiggle/wiggle-1.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit fixheadtails toolchain-funcs -DESCRIPTION="tool for applying patches that patch cannot apply because of conflicting changes" -HOMEPAGE="https://neil.brown.name/wiggle https://neil.brown.name/git?p=wiggle" +DESCRIPTION="Tool for applying patches that patch cannot apply because of conflicting changes" +HOMEPAGE="https://neil.brown.name/wiggle https://git.neil.brown.name/?p=wiggle.git" SRC_URI="https://neil.brown.name/${PN}/${P}.tar.gz" LICENSE="GPL-2" @@ -16,7 +16,7 @@ IUSE="test" RESTRICT="!test? ( test )" # The 'p' tool does support bitkeeper, but I'm against just dumping it in here -# due to it's size. I've explictly listed every other dependancy here due to +# due to it's size. I've explictly listed every other dependency here due to # the nature of the shell program 'p' RDEPEND=" dev-util/diffstat @@ -30,11 +30,13 @@ RDEPEND=" sys-apps/coreutils sys-devel/patch sys-libs/ncurses:0= - " -DEPEND="${RDEPEND} +" +DEPEND="${RDEPEND}" +BDEPEND=" sys-apps/groff virtual/pkgconfig - test? ( sys-process/time )" + test? ( sys-process/time ) +" PATCHES=( "${FILESDIR}"/${P}-cflags.patch ) -- cgit v1.2.3