diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2013-11-01 07:47:41 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2013-11-01 07:47:41 +0000 |
commit | c24c327a43bc267de35bc84fffda13345df32918 (patch) | |
tree | 3baf2393d58829da6e9b9f2dcbfd70dd74a3b397 /sys-power | |
parent | Version bump. Add ruby20. (diff) | |
download | gentoo-2-c24c327a43bc267de35bc84fffda13345df32918.tar.gz gentoo-2-c24c327a43bc267de35bc84fffda13345df32918.tar.bz2 gentoo-2-c24c327a43bc267de35bc84fffda13345df32918.zip |
Compile fix: KEY_MICMUTE is used in newer versions, and only available in >=sys-kernel/linux-headers-3.
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/acpid/ChangeLog | 7 | ||||
-rw-r--r-- | sys-power/acpid/acpid-2.0.19.ebuild | 5 | ||||
-rw-r--r-- | sys-power/acpid/acpid-2.0.20.ebuild | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/sys-power/acpid/ChangeLog b/sys-power/acpid/ChangeLog index 920e30a3be46..42e6a687d071 100644 --- a/sys-power/acpid/ChangeLog +++ b/sys-power/acpid/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-power/acpid # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.109 2013/09/30 17:16:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.110 2013/11/01 07:47:41 robbat2 Exp $ + + 01 Nov 2013; Robin H. Johnson <robbat2@gentoo.org> acpid-2.0.17-r1.ebuild, + acpid-2.0.18.ebuild, acpid-2.0.19.ebuild, acpid-2.0.20.ebuild: + Compile fix: KEY_MICMUTE is used in newer versions, and only available in + >=sys-kernel/linux-headers-3. 30 Sep 2013; Agostino Sarubbo <ago@gentoo.org> acpid-2.0.19.ebuild: Stable for x86, wrt bug #482252 diff --git a/sys-power/acpid/acpid-2.0.19.ebuild b/sys-power/acpid/acpid-2.0.19.ebuild index e81e5514efbb..acac282d0f64 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" RDEPEND="selinux? ( sec-policy/selinux-apm )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + >=sys-kernel/linux-headers-3" src_configure() { econf --docdir=/usr/share/doc/${PF} diff --git a/sys-power/acpid/acpid-2.0.20.ebuild b/sys-power/acpid/acpid-2.0.20.ebuild index 531462072443..d2f00e591d1c 100644 --- a/sys-power/acpid/acpid-2.0.20.ebuild +++ b/sys-power/acpid/acpid-2.0.20.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.20.ebuild,v 1.1 2013/09/25 08:09:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.20.ebuild,v 1.2 2013/11/01 07:47:41 robbat2 Exp $ EAPI=5 inherit systemd @@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~ia64 -ppc ~x86" IUSE="selinux" RDEPEND="selinux? ( sec-policy/selinux-apm )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + >=sys-kernel/linux-headers-3" src_configure() { econf --docdir=/usr/share/doc/${PF} |