Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 715842 | Differences between
and this patch

Collapse All | Expand All

(-)a/sys-block/gpart/gpart-0.3.ebuild (-2 / +7 lines)
Line 0 Link Here
1
diff -uNr a/src/gm_s86dl.h b/src/gm_s86dl.h
2
--- a/src/gm_s86dl.h	2015-11-24 05:03:45.000000000 -0600
Line 0 Link Here
1
diff -uNr a/src/l64seek.h b/src/l64seek.h
2
--- a/src/l64seek.h	2015-11-24 05:03:45.000000000 -0600
Lines 1-4 Link Here
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 1999-2022 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=6
4
EAPI=6
Lines 19-24 RDEPEND="" Link Here
19
PATCHES=(
19
PATCHES=(
20
	"${FILESDIR}"/${PN}-0.1h-errno.patch
20
	"${FILESDIR}"/${PN}-0.1h-errno.patch
21
	"${FILESDIR}"/${PN}-0.3-build.patch
21
	"${FILESDIR}"/${PN}-0.3-build.patch
22
	"${FILESDIR}"/${PN}-0.3-loff_t.patch
23
	"${FILESDIR}"/${PN}-0.3-daddr_t.patch
22
)
24
)
23
25
24
src_prepare() {
26
src_prepare() {
25
- 

Return to bug 715842