diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-21 11:11:33 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-21 11:11:37 +0100 |
commit | 96e95a9239bcf197c152b5043e77179c56ba7c2b (patch) | |
tree | 39ecfb0ef58ce0330f01bea788ea086472e33ba3 /dev-libs/distorm3 | |
parent | dev-util/maturin: add new package (diff) | |
download | gentoo-96e95a9239bcf197c152b5043e77179c56ba7c2b.tar.gz gentoo-96e95a9239bcf197c152b5043e77179c56ba7c2b.tar.bz2 gentoo-96e95a9239bcf197c152b5043e77179c56ba7c2b.zip |
dev-libs/distorm3: add reference to upstream bug report
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/distorm3')
-rw-r--r-- | dev-libs/distorm3/distorm3-3.5.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/distorm3/distorm3-3.5.2.ebuild b/dev-libs/distorm3/distorm3-3.5.2.ebuild index a9f1ff42761c..2567f7c5821e 100644 --- a/dev-libs/distorm3/distorm3-3.5.2.ebuild +++ b/dev-libs/distorm3/distorm3-3.5.2.ebuild @@ -34,6 +34,7 @@ python_install() { python_test() { local exclude=( # outdated tests? API udage mismatch + # https://github.com/gdabah/distorm/issues/173 python/test_distorm3.py::Test::test_dummy python/test_distorm3.py::InstBin::test_dummy python/test_distorm3.py::Inst::test_dummy |