Сравнение gn-0.2049 с gn-0.2077
/usr/portage/dev-util/gn/gn-0.2077.ebuild 2023-10-09 14:52:30.968368387 +0300 | ||
---|---|---|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 |
PYTHON_COMPAT=( python3_{9,10} ) |
|
5 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
6 | 6 | |
7 | 7 |
inherit ninja-utils python-any-r1 toolchain-funcs |
8 | 8 | |
9 | 9 |
DESCRIPTION="GN is a meta-build system that generates build files for Ninja" |
10 | 10 |
HOMEPAGE="https://gn.googlesource.com/" |
11 |
SRC_URI="https://dev.gentoo.org/~xen0n/distfiles/dev-util/gn/${P}.tar.xz" |
|
11 |
SRC_URI="https://dev.gentoo.org/~sultan/distfiles/dev-util/gn/${P}.tar.xz" |
|
12 | 12 | |
13 | 13 |
LICENSE="BSD" |
14 | 14 |
SLOT="0" |