|
Lines 1-6
Link Here
|
| 1 |
# Copyright 1999-2010 Gentoo Foundation |
1 |
# Copyright 1999-2010 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-power/acpid/acpid-2.0.3-r1.ebuild,v 1.1 2010/04/04 16:39:09 ssuominen Exp $ |
3 |
# $Header: $ |
| 4 |
|
4 |
|
| 5 |
EAPI=2 |
5 |
EAPI=2 |
| 6 |
inherit eutils toolchain-funcs |
6 |
inherit eutils toolchain-funcs |
|
Lines 15-21
Link Here
|
| 15 |
IUSE="" |
15 |
IUSE="" |
| 16 |
|
16 |
|
| 17 |
src_prepare() { |
17 |
src_prepare() { |
| 18 |
epatch "${FILESDIR}"/${P}.patch |
18 |
epatch "${FILESDIR}"/${PN}-2.0.3.patch |
| 19 |
} |
19 |
} |
| 20 |
|
20 |
|
| 21 |
src_compile() { |
21 |
src_compile() { |