summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-30 13:01:51 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-30 13:07:55 +0100
commitc8dd6231490e0c68e2b918b792548de96ca518df (patch)
tree93b83ed40f6654db963cd5f5950fb87caa646d03 /sys-auth/elogind
parentdev-libs/tinyxml2: Drop 6.2.0 and 7.0.1-r1 (diff)
downloadgentoo-c8dd6231490e0c68e2b918b792548de96ca518df.tar.gz
gentoo-c8dd6231490e0c68e2b918b792548de96ca518df.tar.bz2
gentoo-c8dd6231490e0c68e2b918b792548de96ca518df.zip
sys-auth/elogind: Disable broken test
Bug: https://bugs.gentoo.org/699116 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-auth/elogind')
-rw-r--r--sys-auth/elogind/elogind-241.4.ebuild5
-rw-r--r--sys-auth/elogind/files/elogind-241.4-broken-test.patch15
2 files changed, 19 insertions, 1 deletions
diff --git a/sys-auth/elogind/elogind-241.4.ebuild b/sys-auth/elogind/elogind-241.4.ebuild
index cddbbf19bea1..92e7f7a4c113 100644
--- a/sys-auth/elogind/elogind-241.4.ebuild
+++ b/sys-auth/elogind/elogind-241.4.ebuild
@@ -48,7 +48,10 @@ PDEPEND="
DOCS=( NEWS README.md src/libelogind/sd-bus/GVARIANT-SERIALIZATION )
-PATCHES=( "${FILESDIR}/${P}-nodocs.patch" )
+PATCHES=(
+ "${FILESDIR}/${P}-nodocs.patch"
+ "${FILESDIR}/${P}-broken-test.patch" # bug 699116
+)
pkg_setup() {
local CONFIG_CHECK="~CGROUPS ~EPOLL ~INOTIFY_USER ~SIGNALFD ~TIMERFD"
diff --git a/sys-auth/elogind/files/elogind-241.4-broken-test.patch b/sys-auth/elogind/files/elogind-241.4-broken-test.patch
new file mode 100644
index 000000000000..d2735825900e
--- /dev/null
+++ b/sys-auth/elogind/files/elogind-241.4-broken-test.patch
@@ -0,0 +1,15 @@
+--- a/src/test/meson.build 2019-11-15 08:59:47.000000000 +0100
++++ b/src/test/meson.build 2019-11-30 13:04:45.051316140 +0100
+@@ -1014,9 +1014,9 @@
+ # '', 'timeout=120'],
+ #endif // 0
+
+- [['src/libelogind/sd-login/test-login.c'],
+- [],
+- []],
++# [['src/libelogind/sd-login/test-login.c'],
++# [],
++# []],
+
+ [['src/libelogind/sd-device/test-sd-device.c'],
+ [],