Diff splat-1.4.2 with a splat-1.4.2-r1
| /usr/portage/sci-electronics/splat/splat-1.4.2-r1.ebuild 2023-10-09 14:52:35.048368490 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2021 Gentoo Authors |
|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 22 | 22 | |
| 23 | 23 |
PATCHES=( |
| 24 | 24 |
"${FILESDIR}"/${PN}-1.2.2-gcc43.patch
|
| 25 |
"${FILESDIR}"/${PN}-1.4.2-drop-register-keyword.patch
|
|
| 25 | 26 |
) |
| 26 | 27 | |
| 27 | 28 |
src_configure() {
|