diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-03-08 19:32:54 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-03-08 19:48:52 -0500 |
commit | ba4baef241ac2d5568f15cc4fb7fdc190eaa9ece (patch) | |
tree | 47686628ff7b9816ef901daabfb9917350a3ded1 /dev-util/patchutils | |
parent | dev-util/patchutils: drop old 0.3.3 release (diff) | |
download | gentoo-ba4baef241ac2d5568f15cc4fb7fdc190eaa9ece.tar.gz gentoo-ba4baef241ac2d5568f15cc4fb7fdc190eaa9ece.tar.bz2 gentoo-ba4baef241ac2d5568f15cc4fb7fdc190eaa9ece.zip |
dev-util/patchutils: drop rpm/gendiff test dep
The 0.3.4 release stopped using gendiff, so drop the dep on it.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'dev-util/patchutils')
-rw-r--r-- | dev-util/patchutils/patchutils-0.3.4.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-util/patchutils/patchutils-0.3.4.ebuild b/dev-util/patchutils/patchutils-0.3.4.ebuild index 3aa0b6a0d007..9753274d0224 100644 --- a/dev-util/patchutils/patchutils-0.3.4.ebuild +++ b/dev-util/patchutils/patchutils-0.3.4.ebuild @@ -10,12 +10,7 @@ SRC_URI="http://cyberelk.net/tim/data/patchutils/stable/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -# testsuite makes use of gendiff(1) that comes from rpm, thus if the user wants -# to run tests, it should install that package as well. -DEPEND="test? ( app-arch/rpm )" +IUSE="" PATCHES=( "${FILESDIR}/${PN}-0.3.3-format-security.patch" |