Skip to content

Commit

Permalink
app-arch/dtrx: remove platform specifier
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/894148
Signed-off-by: Maciej Barć <[email protected]>
  • Loading branch information
xgqt committed Feb 13, 2023
1 parent 336e35f commit 1105791
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app-arch/dtrx/dtrx-8.5.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down
6 changes: 6 additions & 0 deletions app-arch/dtrx/dtrx-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down

0 comments on commit 1105791

Please sign in to comment.