Diff bemenu-0.6.10-r1 with a bemenu-0.6.14
| /usr/portage/dev-libs/bemenu/bemenu-0.6.14.ebuild 2024-07-02 13:51:44.505851471 +0300 | ||
|---|---|---|
| 1 |
# Copyright 2019-2025 Gentoo Authors |
|
| 1 |
# Copyright 2019-2024 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/Cloudef/bemenu.git" |
| 13 | 13 |
else |
| 14 | 14 |
SRC_URI="https://github.com/Cloudef/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
| 15 |
KEYWORDS="amd64 arm64 x86" |
|
| 15 |
KEYWORDS="~amd64 ~arm64 ~x86" |
|
| 16 | 16 |
fi |
| 17 | 17 | |
| 18 | 18 |
LICENSE="GPL-3" |
| ... | ... | |
| 45 | 45 |
dev-libs/wayland-protocols |
| 46 | 46 |
) |
| 47 | 47 |
" |
| 48 |
BDEPEND="doc? ( app-text/doxygen )" |
|
| 48 |
BDEPEND=" |
|
| 49 |
app-text/scdoc |
|
| 50 |
doc? ( app-text/doxygen ) |
|
| 51 |
" |
|
| 49 | 52 | |
| 50 | 53 |
src_compile() {
|
| 51 | 54 |
tc-export CC |