Сравнение confuse-3.3 с confuse-3.3-r1
/usr/portage/dev-libs/confuse/confuse-3.3-r1.ebuild 2023-10-09 14:52:29.492368350 +0300 | ||
---|---|---|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
5 |
inherit multilib-minimal |
|
5 |
inherit multilib-minimal flag-o-matic |
|
6 | 6 | |
7 | 7 |
DESCRIPTION="a configuration file parser library" |
8 | 8 |
HOMEPAGE="https://github.com/libconfuse/libconfuse" |
... | ... | |
32 | 32 |
} |
33 | 33 | |
34 | 34 |
multilib_src_configure() { |
35 |
# https://github.com/libconfuse/libconfuse/pull/167 |
|
36 |
append-lfs-flags |
|
37 | ||
35 | 38 |
# examples are normally compiled but not installed. They |
36 | 39 |
# fail during a mingw crosscompile. |
37 | 40 |
local ECONF_SOURCE=${BUILD_DIR} |