Diff librecad-2.2.0 with a librecad-9999
/usr/portage/media-gfx/librecad/librecad-9999.ebuild 2023-10-09 14:52:31.636368404 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
15 | 15 |
else |
16 | 16 |
SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/${PV/_/}.tar.gz -> ${P}.tar.gz" |
17 | 17 |
S="${WORKDIR}/LibreCAD-${PV}" |
18 |
KEYWORDS="amd64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" |
|
18 |
KEYWORDS="~amd64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" |
|
19 | 19 |
fi |
20 | 20 | |
21 | 21 |
LICENSE="GPL-2" |