remove EAPI=6 ebuilds that are superceded
[sgilles-overlay.git] / app-misc / backlight-adjust / backlight-adjust-9999.ebuild
blob2e31a1182cdf81a2cce423acc5a1d5b7118d6f3c
1 # Copyright 2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit git-r3
8 DESCRIPTION="A tool to adjust backlight via Linux's /sys"
9 HOMEPAGE="http://www.math.umd.edu/~sgilles"
10 EGIT_REPO_URI="https://repo.or.cz/backlight-adjust.git"
11 if [[ ${PV} == 9999 ]]
12 then
13         :
14 else
15         EGIT_COMMIT="v${PV}"
16         KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 amd64-fbsd x86-fbsd"
19 LICENSE="ISC"
20 SLOT="0"