app-laptop/tpacpi-bat: fixed live ebuild
authorChristoph Junghans <ottxor@gentoo.org>
Tue, 23 Aug 2016 23:49:23 +0000 (17:49 -0600)
committerChristoph Junghans <ottxor@gentoo.org>
Tue, 23 Aug 2016 23:49:23 +0000 (17:49 -0600)
Package-Manager: portage-2.2.28

app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild

index 1b30cbda5e81ebc251c48c78d28bf9c96bd99451..d08d6ea5dd6b1ffc1dafd58e5d8e2cc17fadff8f 100644 (file)
@@ -7,14 +7,14 @@ EAPI=6
 inherit systemd
 
 if [ "${PV}" = "9999" ]; then
-       inherit git-2
+       inherit git-r3
        EGIT_REPO_URI="git://github.com/teleshoes/tpacpi-bat.git https://github.com/teleshoes/tpacpi-bat.git"
        KEYWORDS=""
 else
        SRC_URI="https://github.com/teleshoes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
        KEYWORDS="~amd64"
 fi
-DESCRIPTION="Control battery thresholds of recent ThinkPads, which are not supported by tp_smapi"
+DESCRIPTION="Control battery thresholds of recent ThinkPads, not supported by tp_smapi"
 HOMEPAGE="https://github.com/teleshoes/tpacpi-bat"
 
 LICENSE="GPL-3"