summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-05-22 21:52:03 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-05-22 21:53:03 +0100
commit50a8395a13105e32b3d1487485def981ee9ccfd9 (patch)
tree7c4d4dcd0bfd93ec188688c7b650379ee0c07897 /sys-devel/binutils-config/binutils-config-9999.ebuild
parentsys-devel/gcc-config: bump up to 2.3, bug #724454 (diff)
downloadgentoo-50a8395a13105e32b3d1487485def981ee9ccfd9.tar.gz
gentoo-50a8395a13105e32b3d1487485def981ee9ccfd9.tar.bz2
gentoo-50a8395a13105e32b3d1487485def981ee9ccfd9.zip
sys-devel/binutils-config: bump up to 5.3, bug #724454
Main change is USE=native-symlinks to avoid symlinks without ${CTARGET} qualifier. Bug: https://bugs.gentoo.org/724454 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/binutils-config/binutils-config-9999.ebuild')
-rw-r--r--sys-devel/binutils-config/binutils-config-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/binutils-config/binutils-config-9999.ebuild b/sys-devel/binutils-config/binutils-config-9999.ebuild
index d284d9330ece..5f9cd23da4a1 100644
--- a/sys-devel/binutils-config/binutils-config-9999.ebuild
+++ b/sys-devel/binutils-config/binutils-config-9999.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
else
SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
fi
DESCRIPTION="Utility to change the binutils version being used"