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

Collapse All | Expand All

(-)/var/lib/portage/sys-fs/evms/evms-2.5.3-r1.ebuild (-5 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 Gentoo Foundation
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
# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/evms-2.5.3-r1.ebuild,v 1.5 2005/12/03 20:06:59 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/evms-2.5.3-r1.ebuild,v 1.4 2005/11/11 23:18:45 hansmi Exp $
4
4
5
inherit eutils flag-o-matic multilib
5
inherit eutils flag-o-matic multilib
6
6
Lines 10-17 Link Here
10
10
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="amd64 ~ia64 ppc sparc x86"
13
KEYWORDS="amd64 ppc sparc x86"
14
IUSE="ncurses gtk"
14
IUSE="ncurses gtk evmsdminput"
15
15
16
#EVMS uses libuuid from e2fsprogs
16
#EVMS uses libuuid from e2fsprogs
17
DEPEND="virtual/libc
17
DEPEND="virtual/libc
Lines 25-32 Link Here
25
src_unpack() {
25
src_unpack() {
26
	unpack ${A}
26
	unpack ${A}
27
	cd ${S}
27
	cd ${S}
28
	epatch ${FILESDIR}/${PV}/compaq_segments.patch
28
	use evmsdminput && epatch ${FILESDIR}/${PV}/dev_mapper_input.patch
29
	epatch ${FILESDIR}/${PV}/md_expand.patch
30
}
29
}
31
30
32
src_compile() {
31
src_compile() {

Return to bug 115875