sys-power/acpi: EAPI 6 bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.1
This commit is contained in:
Patrice Clement
2017-07-08 15:54:53 +02:00
parent e47fa442bd
commit ff8157cd59

View File

@@ -0,0 +1,17 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Displays information about ACPI devices"
HOMEPAGE="https://sourceforge.net/projects/acpiclient/"
SRC_URI="mirror://sourceforge/acpiclient/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_install() {
default
einstalldocs
}