diff options
-rw-r--r-- | app-laptop/rogauracore/rogauracore-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-laptop/rogauracore/rogauracore-1.5.ebuild b/app-laptop/rogauracore/rogauracore-1.5.ebuild index a6678b687a8b..083d9ea4e335 100644 --- a/app-laptop/rogauracore/rogauracore-1.5.ebuild +++ b/app-laptop/rogauracore/rogauracore-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ if [[ ${PV} = "9999" ]]; then inherit git-r3 else SRC_URI="https://github.com/wroberts/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi DESCRIPTION="RGB keyboard control for Asus ROG laptops" |