Diff nDPI-4.6 with a nDPI-9999
| /usr/portage/net-libs/nDPI/nDPI-9999.ebuild 2024-07-02 13:51:48.429851570 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 48 | 48 |
src_install() {
|
| 49 | 49 |
default |
| 50 | 50 | |
| 51 |
# Makefile logic is broken in 4.6, let's wait a bit given history and |
|
| 51 |
# Makefile logic is broken in 4.8, let's wait a bit given history and |
|
| 52 | 52 |
# go with hack for now. |
| 53 | 53 |
mv "${ED}"/usr/$(get_libdir)/pkgconfig "${ED}"/usr/usr/$(get_libdir)/pkgconfig || die
|
| 54 | 54 |
mv "${ED}"/usr/usr/* "${ED}"/usr || die
|