Diff rgbds-0.6.1 with a rgbds-9999
/usr/portage/dev-util/rgbds/rgbds-9999.ebuild 2023-10-09 14:52:30.992368388 +0300 | ||
---|---|---|
1 |
# Copyright 2022-2023 Gentoo Authors |
|
1 |
# Copyright 2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
12 | 12 |
EGIT_REPO_URI="https://github.com/gbdev/${PN}.git" |
13 | 13 |
else |
14 | 14 |
SRC_URI="https://github.com/gbdev/${PN}/archive/v${PV}/${P}.tar.gz" |
15 |
KEYWORDS="~amd64 ~arm64 ~x86" |
|
15 |
KEYWORDS="~amd64" |
|
16 | 16 |
fi |
17 | 17 | |
18 | 18 |
LICENSE="ZLIB" |