diff options
author | Alexey Sokolov <alexey+gentoo@asokolov.org> | 2020-08-28 01:44:51 +0100 |
---|---|---|
committer | Alexey Sokolov <alexey+gentoo@asokolov.org> | 2020-08-28 01:44:51 +0100 |
commit | 928ca0992c2109c72ae425ed324d473aab395619 (patch) | |
tree | abe124c7f28c696294bb49e98b6ebf42b1c2f37f /app-misc | |
parent | app-misc/liquidctl: new package (diff) | |
download | guru-928ca0992c2109c72ae425ed324d473aab395619.tar.gz guru-928ca0992c2109c72ae425ed324d473aab395619.tar.bz2 guru-928ca0992c2109c72ae425ed324d473aab395619.zip |
app-misc/liquidctl: remove a commented out variable
which I forgot to remove
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/liquidctl/liquidctl-1.4.1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-misc/liquidctl/liquidctl-1.4.1.ebuild b/app-misc/liquidctl/liquidctl-1.4.1.ebuild index 162b49f19..b4d2acfa1 100644 --- a/app-misc/liquidctl/liquidctl-1.4.1.ebuild +++ b/app-misc/liquidctl/liquidctl-1.4.1.ebuild @@ -10,7 +10,6 @@ inherit distutils-r1 udev DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other devices" HOMEPAGE="https://github.com/jonasmalacofilho/liquidctl" SRC_URI="https://github.com/jonasmalacofilho/liquidctl/releases/download/v${PV}/${P}.tar.gz" -#S="${WORKDIR}/${P}" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" |