Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 757546
Collapse All | Expand All

(-)a/app-arch/cpio/cpio-2.12-r1.ebuild (-9 / +6 lines)
Lines 1-9 Link Here
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI="5"
4
EAPI=7
5
6
inherit eutils
7
5
8
DESCRIPTION="A file archival tool which can also read and write tar files"
6
DESCRIPTION="A file archival tool which can also read and write tar files"
9
HOMEPAGE="https://www.gnu.org/software/cpio/cpio.html"
7
HOMEPAGE="https://www.gnu.org/software/cpio/cpio.html"
Lines 14-24 SLOT="0" Link Here
14
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
12
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
15
IUSE="nls"
13
IUSE="nls"
16
14
17
src_prepare() {
15
PATCHES=(
18
	epatch "${FILESDIR}"/${PN}-2.12-non-gnu-compilers.patch #275295
16
	"${FILESDIR}"/${PN}-2.12-non-gnu-compilers.patch #275295
19
	epatch "${FILESDIR}"/${PN}-2.12-name-overflow.patch #572428
17
	"${FILESDIR}"/${PN}-2.12-name-overflow.patch #572428
20
	epatch "${FILESDIR}"/${PN}-2.12-gcc-10.patch #705900
18
	"${FILESDIR}"/${PN}-2.12-gcc-10.patch #705900
21
}
19
)
22
20
23
src_configure() {
21
src_configure() {
24
	econf \
22
	econf \
25
- 

Return to bug 757546