diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-02-23 10:43:14 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-02-23 10:43:14 +0100 |
commit | b0038717e99fead54473f409c5ad3bff89b5adc4 (patch) | |
tree | bb15b3caa155de3b9e1eb5d68927462852476354 /app-office | |
parent | net-libs/rabbitmq-c: Drop old (diff) | |
download | gentoo-b0038717e99fead54473f409c5ad3bff89b5adc4.tar.gz gentoo-b0038717e99fead54473f409c5ad3bff89b5adc4.tar.bz2 gentoo-b0038717e99fead54473f409c5ad3bff89b5adc4.zip |
app-office/pybliographer: tests broken for a long time
Bug: https://bugs.gentoo.org/678444
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/pybliographer/pybliographer-1.2.18.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-office/pybliographer/pybliographer-1.2.18.ebuild b/app-office/pybliographer/pybliographer-1.2.18.ebuild index 56aafb2eab0e..a05999f10320 100644 --- a/app-office/pybliographer/pybliographer-1.2.18.ebuild +++ b/app-office/pybliographer/pybliographer-1.2.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,6 +33,9 @@ DEPEND="${RDEPEND} app-text/yelp-tools " +# Tests broken for a long time, recheck in 1.4, bug #678444 +RESTRICT="test" + src_prepare() { # Workaround for bug 487204. sed -i \ |