Сравнение time-1.9-r1 с time-1.10
| /usr/portage/sys-process/time/time-1.10.ebuild 2026-06-23 19:41:04.244895853 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
inherit flag-o-matic |
|
| 7 | ||
| 8 | 6 |
DESCRIPTION="Displays info about resources used by a program" |
| 9 |
HOMEPAGE="https://www.gnu.org/directory/time.html" |
|
| 7 |
HOMEPAGE="https://www.gnu.org/software/time/" |
|
| 10 | 8 |
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
|
| 11 | 9 | |
| 12 | 10 |
LICENSE="GPL-3+" |
| 13 | 11 |
SLOT="0" |
| 14 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" |
|
| 12 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
| 15 | 13 | |
| 16 | 14 |
BDEPEND="sys-apps/texinfo" |
| 17 | ||
| 18 |
PATCHES=( |
|
| 19 |
"${FILESDIR}"/${PN}-1.9-implicit-func-decl-clang.patch
|
|
| 20 |
) |
|
| 21 | ||
| 22 |
src_configure() {
|
|
| 23 |
# https://savannah.gnu.org/bugs/index.php?66450 |
|
| 24 |
append-cflags -std=gnu17 |
|
| 25 | ||
| 26 |
econf |
|
| 27 |
} |
|