Diff emacs-29.1-r4 with a emacs-29.1.9999
/usr/portage/app-editors/emacs/emacs-29.1.9999.ebuild 2023-10-09 14:52:28.276368319 +0300 | ||
---|---|---|
31 | 31 |
elif [[ ${PV//[0-9]} != "." ]]; then |
32 | 32 |
SRC_URI="https://alpha.gnu.org/gnu/emacs/pretest/${PN}-${PV/_/-}.tar.xz" |
33 | 33 |
fi |
34 |
# Patchset from proj/emacs-patches.git |
|
35 |
SRC_URI+=" https://dev.gentoo.org/~ulm/emacs/${P}-patches-4.tar.xz" |
|
36 |
PATCHES=("${WORKDIR}/patch") |
|
37 | 34 |
SLOT="${PV%%.*}" |
38 | 35 |
[[ ${PV} == *.*.* ]] && SLOT+="-vcs" |
39 | 36 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" |