diff options
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/dtrx/dtrx-8.5.0.ebuild | 6 | ||||
-rw-r--r-- | app-arch/dtrx/dtrx-9999.ebuild | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/app-arch/dtrx/dtrx-8.5.0.ebuild b/app-arch/dtrx/dtrx-8.5.0.ebuild index 03c4b8340d0c..120994564bbc 100644 --- a/app-arch/dtrx/dtrx-8.5.0.ebuild +++ b/app-arch/dtrx/dtrx-8.5.0.ebuild @@ -25,6 +25,12 @@ SLOT="0" DOCS=( README.md ) +src_prepare() { + sed -i '/ *platform==/s|.*||' setup.cfg || die # bug #894148 + + distutils-r1_src_prepare +} + pkg_postinst() { local supported_format local -a supported_formats=( diff --git a/app-arch/dtrx/dtrx-9999.ebuild b/app-arch/dtrx/dtrx-9999.ebuild index 03c4b8340d0c..120994564bbc 100644 --- a/app-arch/dtrx/dtrx-9999.ebuild +++ b/app-arch/dtrx/dtrx-9999.ebuild @@ -25,6 +25,12 @@ SLOT="0" DOCS=( README.md ) +src_prepare() { + sed -i '/ *platform==/s|.*||' setup.cfg || die # bug #894148 + + distutils-r1_src_prepare +} + pkg_postinst() { local supported_format local -a supported_formats=( |