Diff bss-0.8-r2 with a bss-0.8-r3
| /usr/portage/net-wireless/bss/bss-0.8-r3.ebuild 2025-07-29 16:22:17.304467627 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2021 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI=7 |
|
| 4 |
EAPI=8 |
|
| 5 | 5 | |
| 6 | 6 |
inherit toolchain-funcs |
| 7 | 7 | |
| ... | ... | |
| 18 | 18 | |
| 19 | 19 |
PATCHES=( |
| 20 | 20 |
"${FILESDIR}"/${P}-Makefile.patch
|
| 21 |
"${FILESDIR}"/${P}-includes.patch
|
|
| 21 | 22 |
) |
| 22 | 23 | |
| 23 | 24 |
src_configure() {
|