summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2016-08-23 17:49:23 -0600
committerChristoph Junghans <ottxor@gentoo.org>2016-08-23 17:49:23 -0600
commit9d2ea54751c1103a77abb571bc38c2d299e15084 (patch)
tree25281aab95a205e86e010c0047530f04991790ee /app-laptop
parentapp-laptop/tpacpi-bat: battery number in configuration instead of init script (diff)
downloadgentoo-9d2ea54751c1103a77abb571bc38c2d299e15084.tar.gz
gentoo-9d2ea54751c1103a77abb571bc38c2d299e15084.tar.bz2
gentoo-9d2ea54751c1103a77abb571bc38c2d299e15084.zip
app-laptop/tpacpi-bat: fixed live ebuild
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
index 1b30cbda5e81..d08d6ea5dd6b 100644
--- a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
+++ b/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
@@ -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"