Diff merginal-2.1.2 with a merginal-9999
/usr/portage/app-vim/merginal/merginal-9999.ebuild 2023-10-09 14:52:28.912368336 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
... | ... | |
13 | 13 |
inherit git-r3 |
14 | 14 |
else |
15 | 15 |
SRC_URI="https://github.com/idanarye/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |
16 |
KEYWORDS="amd64 x86" |
|
16 |
KEYWORDS="~amd64 ~x86" |
|
17 | 17 |
S="${WORKDIR}/${MY_P}" |
18 | 18 |
fi |
19 | 19 |