Сравнение vertico-2.7 с vertico-9999
| /usr/portage/app-emacs/vertico/vertico-9999.ebuild 2025-02-03 00:21:07.674127641 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
NEED_EMACS="29.1" |
|
| 6 |
NEED_EMACS="28.1" |
|
| 7 | 7 | |
| 8 | 8 |
inherit elisp |
| 9 | 9 | |
| ... | ... | |
| 18 | 18 |
SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
|
| 19 | 19 |
-> ${P}.gh.tar.gz"
|
| 20 | 20 | |
| 21 |
KEYWORDS="amd64 ~x86" |
|
| 21 |
KEYWORDS="~amd64 ~x86" |
|
| 22 | 22 |
fi |
| 23 | 23 | |
| 24 | 24 |
LICENSE="GPL-3+" |
| 25 | 25 |
SLOT="0" |
| 26 | 26 | |
| 27 | 27 |
RDEPEND=" |
| 28 |
app-emacs/compat |
|
| 28 |
>=app-emacs/compat-30.0.2.0 |
|
| 29 | 29 |
" |
| 30 | 30 |
BDEPEND=" |
| 31 | 31 |
${RDEPEND}
|