summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-01-27 23:33:32 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-01-27 23:33:32 +0100
commitf8f3fc131ee6c2e2892895651186c7cac1a04f41 (patch)
tree4e09f48e2d8b6a39f6f02f0f40b6e702723e778c /dev-util/patchutils/patchutils-0.3.4.ebuild
parentsys-apps/firejail-lts: Install docs in directory with full version (diff)
downloadgentoo-f8f3fc131ee6c2e2892895651186c7cac1a04f41.tar.gz
gentoo-f8f3fc131ee6c2e2892895651186c7cac1a04f41.tar.bz2
gentoo-f8f3fc131ee6c2e2892895651186c7cac1a04f41.zip
dev-util/patchutils: fix tests.
Gentoo-Bug: https://bugs.gentoo.org/605952 Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-util/patchutils/patchutils-0.3.4.ebuild')
-rw-r--r--dev-util/patchutils/patchutils-0.3.4.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/patchutils/patchutils-0.3.4.ebuild b/dev-util/patchutils/patchutils-0.3.4.ebuild
index 25ae2c8004fc..a22549479913 100644
--- a/dev-util/patchutils/patchutils-0.3.4.ebuild
+++ b/dev-util/patchutils/patchutils-0.3.4.ebuild
@@ -13,11 +13,15 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="test"
-RDEPEND=""
-# The testsuite makes use of gendiff(1) that comes from rpm, thus if
-# the user wants to run tests, it should install that too.
+# 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 )"
PATCHES=(
"${FILESDIR}/${PN}-0.3.3-format-security.patch"
)
+
+src_test() {
+ # See bug 605952.
+ make check || die
+}