Skip to content

Commit

Permalink
sys-devel/mold: KEYWORDING ~x86
Browse files Browse the repository at this point in the history
After discussing with upstream they have patched the issue so this can now be
keyworded for ~x86.

Closes: https://bugs.gentoo.org/870760
Signed-off-by: Ian Jordan <immoloism@gmail.com>

 Changes to be committed:
	modified:   mold-1.5.1.ebuild
	modified:   mold-9999.ebuild
  • Loading branch information
immolo committed Oct 5, 2022
1 parent 529c701 commit e5e898b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sys-devel/mold/mold-1.5.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/rui314/mold/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~riscv"
KEYWORDS="~amd64 ~riscv ~x86"
fi

# mold (AGPL-3)
Expand Down
2 changes: 1 addition & 1 deletion sys-devel/mold/mold-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/rui314/mold/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~riscv"
KEYWORDS="~amd64 ~riscv ~x86"
fi

# mold (AGPL-3)
Expand Down

0 comments on commit e5e898b

Please sign in to comment.