summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-10-22 11:26:58 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-11-05 22:00:48 +0100
commit7879d7b792884b295c9bff2c4858521e78c20041 (patch)
tree6cb7b07e6d13833feb2b1ac0bc6de49a7a394356 /app-text/libetonyek/libetonyek-0.1.6.ebuild
parentapp-text/liblangtag: Drop old (diff)
downloadgentoo-7879d7b792884b295c9bff2c4858521e78c20041.tar.gz
gentoo-7879d7b792884b295c9bff2c4858521e78c20041.tar.bz2
gentoo-7879d7b792884b295c9bff2c4858521e78c20041.zip
app-text/libetonyek: Fix tests
Gentoo-bug: 595022 Package-Manager: portage-2.3.0
Diffstat (limited to 'app-text/libetonyek/libetonyek-0.1.6.ebuild')
-rw-r--r--app-text/libetonyek/libetonyek-0.1.6.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/libetonyek/libetonyek-0.1.6.ebuild b/app-text/libetonyek/libetonyek-0.1.6.ebuild
index b4a4e5b681a7..5990e49db276 100644
--- a/app-text/libetonyek/libetonyek-0.1.6.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.6.ebuild
@@ -34,7 +34,10 @@ DEPEND="${RDEPEND}
test? ( dev-util/cppunit )
"
-PATCHES=( "${FILESDIR}/${P}-mdds-1.2.patch" ) # patch taken from Debian
+PATCHES=(
+ "${FILESDIR}/${P}-mdds-1.2.patch" # patch taken from Debian
+ "${FILESDIR}/${P}-drop-test.patch" # bug 595022
+)
pkg_pretend() {
if [[ $(gcc-major-version) -lt 4 ]] || {