Skip to content

Commit

Permalink
dev-cpp/catch: arm64 keyworded (bug #727560)
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <[email protected]>
Signed-off-by: Mart Raudsepp <[email protected]>
  • Loading branch information
thesamesam authored and leio committed Jul 4, 2020
1 parent a1e0da5 commit 5404ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-cpp/catch/catch-1.12.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
else
MY_P=${PN^}-${PV}
SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
KEYWORDS="amd64 ~arm ~ppc64 x86"
KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"

S="${WORKDIR}/${PN^}2-${PV}"
fi
Expand Down
2 changes: 1 addition & 1 deletion dev-cpp/catch/catch-2.9.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
else
MY_P=${PN^}2-${PV}
SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"

S=${WORKDIR}/${MY_P}
fi
Expand Down

0 comments on commit 5404ec0

Please sign in to comment.