Сравнение mutt-wizard-3.3.1 с mutt-wizard-9999
/usr/portage/mail-client/mutt-wizard/mutt-wizard-9999.ebuild 2023-10-09 14:52:31.572368403 +0300 | ||
---|---|---|
1 |
# Copyright 2019-2023 Gentoo Authors |
|
1 |
# Copyright 2019-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
13 | 13 |
EGIT_REPO_URI="https://github.com/LukeSmithxyz/mutt-wizard.git" |
14 | 14 |
else |
15 | 15 |
SRC_URI="https://github.com/LukeSmithxyz/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
16 |
KEYWORDS="amd64 x86" |
|
16 |
KEYWORDS="~amd64 ~x86" |
|
17 | 17 |
fi |
18 | 18 | |
19 | 19 |
LICENSE="GPL-3" |
... | ... | |
32 | 32 |
} |
33 | 33 | |
34 | 34 |
src_install() { |
35 |
emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install |
|
35 |
emake PREFIX="/usr" DESTDIR="${D}" install |
|
36 | 36 |
einstalldocs |
37 | 37 |
} |
38 | 38 |