Skip to content

Commit

Permalink
app-cdr/cdrtools: keyword 3.02_alpha09-r3 for ~riscv
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Szuba <[email protected]>
  • Loading branch information
Marek Szuba committed Sep 3, 2021
1 parent 265c5a8 commit a49585f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion app-cdr/cdrtools/cdrtools-3.02_alpha09-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/$([[ -z ${PV/*_alpha*} ]] && echo 'alpha')/$

LICENSE="GPL-2 LGPL-2.1 CDDL-Schily"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 -riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="acl caps nls unicode selinux"

BDEPEND="
Expand Down Expand Up @@ -89,6 +89,7 @@ src_prepare() {
local tcCC=$(tc-getCC)
local tcCXX=$(tc-getCXX)
# fix RISC-V build err, bug 811375
ln -s i586-linux-cc.rul riscv-linux-cc.rul || die
ln -s i586-linux-cc.rul riscv64-linux-cc.rul || die

sed -i -e "/cc-config.sh/s|\$(C_ARCH:%64=%) \$(CCOM_DEF)|${tcCC} ${tcCC}|" \
Expand Down
4 changes: 0 additions & 4 deletions profiles/arch/riscv/package.use.mask
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ sci-libs/gdal mdb
# Boost.Context can be built on riscv
dev-libs/boost -context

# Marek Szuba <[email protected]> (2021-07-28)
# app-cdr/cdrtools fails to compile on riscv
dev-util/catalyst iso

# Marek Szuba <[email protected]> (2021-07-27)
# dev-libs/boxfort does not support riscv yet, meaning
# dev-libs/criterion cannot be keyworded here
Expand Down

0 comments on commit a49585f

Please sign in to comment.