Diff vertico-1.3 with a vertico-1.4
/usr/portage/app-emacs/vertico/vertico-1.4.ebuild 2023-10-09 14:52:28.716368331 +0300 | ||
---|---|---|
8 | 8 |
inherit elisp |
9 | 9 | |
10 | 10 |
DESCRIPTION="Vertical interactive completion" |
11 |
HOMEPAGE="https://github.com/minad/vertico" |
|
12 |
SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz |
|
13 |
-> ${P}.tar.gz" |
|
11 |
HOMEPAGE="https://github.com/minad/vertico/" |
|
12 | ||
13 |
if [[ ${PV} == *9999* ]] ; then |
|
14 |
inherit git-r3 |
|
15 |
EGIT_REPO_URI="https://github.com/minad/${PN}.git" |
|
16 |
else |
|
17 |
SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz |
|
18 |
-> ${P}.tar.gz" |
|
19 |
KEYWORDS="~amd64 ~x86" |
|
20 |
fi |
|
14 | 21 | |
15 | 22 |
LICENSE="GPL-3+" |
16 | 23 |
SLOT="0" |
17 |
KEYWORDS="~amd64 ~x86" |
|
18 | 24 | |
19 | 25 |
RDEPEND=">=app-emacs/compat-29.1.4.0" |
20 | 26 |
BDEPEND="${RDEPEND}" |