diff options
author | Jer Sun <sjj991212@gmail.com> | 2022-01-21 03:26:28 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-01-22 16:37:58 +0800 |
commit | abc195f85e1771cb4a78bf52a0861a7e92649605 (patch) | |
tree | 229e1a24463f06e47add0a6193d4e37212eb6dfa /media-gfx/librecad | |
parent | dev-lang/yap: support building without readline (diff) | |
download | gentoo-abc195f85e1771cb4a78bf52a0861a7e92649605.tar.gz gentoo-abc195f85e1771cb4a78bf52a0861a7e92649605.tar.bz2 gentoo-abc195f85e1771cb4a78bf52a0861a7e92649605.zip |
media-gfx/librecad: keyword ~riscv
Tested librecad on unmatched hardware.
Closes: https://bugs.gentoo.org/831661
Closes: https://github.com/gentoo/gentoo/pull/23892
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jer Sun <sjj991212@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'media-gfx/librecad')
-rw-r--r-- | media-gfx/librecad/librecad-2.1.3-r6.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/librecad/librecad-9999.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/librecad/librecad-2.1.3-r6.ebuild b/media-gfx/librecad/librecad-2.1.3-r6.ebuild index 9e36da264e46..f068df1cafc4 100644 --- a/media-gfx/librecad/librecad-2.1.3-r6.ebuild +++ b/media-gfx/librecad/librecad-2.1.3-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/${PV/_/}.tar.gz -> ${P}.ta LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" IUSE="debug doc tools" RDEPEND=" diff --git a/media-gfx/librecad/librecad-9999.ebuild b/media-gfx/librecad/librecad-9999.ebuild index 4f1a71b35035..445cd8eabb8a 100644 --- a/media-gfx/librecad/librecad-9999.ebuild +++ b/media-gfx/librecad/librecad-9999.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then else SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/${PV/_/}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/LibreCAD-${PV}" - KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2" |