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

(-)util-linux-2.12q-r3.ebuild (-5 / +2 lines)
Lines 5-11 Link Here
5
inherit eutils flag-o-matic toolchain-funcs
5
inherit eutils flag-o-matic toolchain-funcs
6
6
7
OLD_CRYPT_VER=2.12i
7
OLD_CRYPT_VER=2.12i
8
LOOP_AES_VER=3.0d
8
LOOP_AES_VER=3.1b
9
DESCRIPTION="Various useful Linux utilities"
9
DESCRIPTION="Various useful Linux utilities"
10
HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/"
10
HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/"
11
SRC_URI="mirror://kernel/linux/utils/${PN}/${P}.tar.gz
11
SRC_URI="mirror://kernel/linux/utils/${PN}/${P}.tar.gz
Lines 59-67 src_unpack() { Link Here
59
	# Fix mtab updates with `mount --move /foo /bar` #104697
59
	# Fix mtab updates with `mount --move /foo /bar` #104697
60
	epatch "${FILESDIR}"/${PN}-2.12q-update-mtab-when-moving.patch
60
	epatch "${FILESDIR}"/${PN}-2.12q-update-mtab-when-moving.patch
61
61
62
	# Disable the -r option for non-root users #105805
63
	epatch "${FILESDIR}"/${PN}-2.12-only-root-can-remount.patch
64
65
	# Respect -n with -r and umount #98675
62
	# Respect -n with -r and umount #98675
66
	epatch "${FILESDIR}"/${PN}-2.12q-umount-dont-write-mtab-with-remount.patch
63
	epatch "${FILESDIR}"/${PN}-2.12q-umount-dont-write-mtab-with-remount.patch
67
64
Lines 83-89 src_unpack() { Link Here
83
	epatch "${FILESDIR}"/${PN}-2.11z-agetty-domainname-option.patch
80
	epatch "${FILESDIR}"/${PN}-2.11z-agetty-domainname-option.patch
84
81
85
	# Fix french translation typo #75693
82
	# Fix french translation typo #75693
86
	epatch "${FILESDIR}"/${P}-i18n-update.patch
83
	epatch "${FILESDIR}"/${PN}-2.12q-i18n-update.patch
87
84
88
	# Add NFS4 support (kernel 2.5/2.6)
85
	# Add NFS4 support (kernel 2.5/2.6)
89
	epatch "${FILESDIR}"/${PN}-2.12i-nfsv4.patch
86
	epatch "${FILESDIR}"/${PN}-2.12i-nfsv4.patch

Return to bug 108042