Сравнение libpthread-stubs-0.4-r1 с libpthread-stubs-0.5
/usr/portage/dev-libs/libpthread-stubs/libpthread-stubs-0.5.ebuild 2023-10-09 14:52:29.524368351 +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 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 |
inherit multilib-minimal |
|
6 |
XORG_MODULE=lib/ |
|
7 |
XORG_MULTILIB=yes |
|
8 |
XORG_TARBALL_SUFFIX="xz" |
|
9 |
inherit xorg-3 |
|
7 | 10 | |
8 | 11 |
DESCRIPTION="Pthread functions stubs for platforms missing them" |
9 |
HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/lib/pthread-stubs" |
|
10 |
SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2" |
|
11 | ||
12 |
LICENSE="MIT" |
|
13 |
SLOT="0" |
|
14 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
15 |
IUSE="" |
|
16 | ||
17 |
multilib_src_configure() { |
|
18 |
ECONF_SOURCE="${S}" econf |
|
19 |
} |
|
12 |
KEYWORDS="~ppc-macos ~x64-macos" |
|
20 | 13 | |
21 | 14 |
# there is nothing to compile for this package, all its contents are produced by |
22 | 15 |
# configure. the only make job that matters is make install |