* [gentoo-commits] repo/gentoo:master commit in: dev-libs/distorm3/files/, dev-libs/distorm3/
@ 2021-06-21 10:20 Sergei Trofimovich
0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich @ 2021-06-21 10:20 UTC (permalink / raw
To: gentoo-commits
commit: 487f1cbdeb8edf94ae549f25b2182203e799385d
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 10:20:43 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 10:20:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=487f1cbd
dev-libs/distorm3: avoid dashes in setup.cfg
Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/797283
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-libs/distorm3/distorm3-3.5.2.ebuild | 2 ++
dev-libs/distorm3/files/distorm3-3.5.2-under.patch | 12 ++++++++++++
2 files changed, 14 insertions(+)
diff --git a/dev-libs/distorm3/distorm3-3.5.2.ebuild b/dev-libs/distorm3/distorm3-3.5.2.ebuild
index 2567f7c5821..6c9bc4aa2c0 100644
--- a/dev-libs/distorm3/distorm3-3.5.2.ebuild
+++ b/dev-libs/distorm3/distorm3-3.5.2.ebuild
@@ -24,6 +24,8 @@ BDEPEND="test? ( dev-lang/yasm )"
distutils_enable_tests pytest
+PATCHES=("${FILESDIR}"/${P}-under.patch)
+
python_install() {
distutils-r1_python_install
diff --git a/dev-libs/distorm3/files/distorm3-3.5.2-under.patch b/dev-libs/distorm3/files/distorm3-3.5.2-under.patch
new file mode 100644
index 00000000000..3a7971d55be
--- /dev/null
+++ b/dev-libs/distorm3/files/distorm3-3.5.2-under.patch
@@ -0,0 +1,12 @@
+https://bugs.gentoo.org/797283
+--- a/setup.cfg
++++ b/setup.cfg
+@@ -4,7 +4,7 @@ compile = 1
+ optimize = 1
+
+ [bdist_wininst]
+-user-access-control = auto
++user_access_control = auto
+
+ [egg_info]
+ tag_build =
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-06-21 10:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-21 10:20 [gentoo-commits] repo/gentoo:master commit in: dev-libs/distorm3/files/, dev-libs/distorm3/ Sergei Trofimovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox