diff options
author | Stuart Shelton <stuart@shelton.me> | 2013-12-03 07:50:41 +0000 |
---|---|---|
committer | Stuart Shelton <stuart@shelton.me> | 2013-12-03 07:50:41 +0000 |
commit | 46da3c4951f595904b08d981eb969de9e3ddda7c (patch) | |
tree | a23d9ed4f0ad508fbac4feb5ff028628b6dff3f5 /sys-power/acpid/acpid-2.0.19.ebuild | |
parent | Update mdadm-3.2.6-r1 (diff) | |
download | srcshelton-46da3c4951f595904b08d981eb969de9e3ddda7c.tar.gz srcshelton-46da3c4951f595904b08d981eb969de9e3ddda7c.tar.bz2 srcshelton-46da3c4951f595904b08d981eb969de9e3ddda7c.zip |
Update acpid-2.0.19, update acpid-2.0.20
Diffstat (limited to 'sys-power/acpid/acpid-2.0.19.ebuild')
-rw-r--r-- | sys-power/acpid/acpid-2.0.19.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-power/acpid/acpid-2.0.19.ebuild b/sys-power/acpid/acpid-2.0.19.ebuild index ccdbe639..bf30825d 100644 --- a/sys-power/acpid/acpid-2.0.19.ebuild +++ b/sys-power/acpid/acpid-2.0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.19.ebuild,v 1.3 2013/09/30 17:16:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.19.ebuild,v 1.4 2013/11/01 07:47:41 robbat2 Exp $ EAPI=5 inherit systemd @@ -15,7 +15,8 @@ KEYWORDS="amd64 ~ia64 -ppc x86" IUSE="selinux systemd" RDEPEND="selinux? ( sec-policy/selinux-apm )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + >=sys-kernel/linux-headers-3" src_configure() { econf --docdir=/usr/share/doc/${PF} |