diff options
author | Sam James <sam@gentoo.org> | 2022-05-22 19:45:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-22 19:45:44 +0100 |
commit | 62d47a5d3b1078083e2817306428f377229d49fc (patch) | |
tree | eee148f6d0d216c076af323188c8bf1f0651635d /sys-power/bbswitch | |
parent | virtual/perl-Dumpvalue: Add 5.36, remove 5.32 as provider (diff) | |
download | gentoo-62d47a5d3b1078083e2817306428f377229d49fc.tar.gz gentoo-62d47a5d3b1078083e2817306428f377229d49fc.tar.bz2 gentoo-62d47a5d3b1078083e2817306428f377229d49fc.zip |
sys-power/bbswitch: Stabilize 0.8_p20211129 amd64, #847001
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-power/bbswitch')
-rw-r--r-- | sys-power/bbswitch/bbswitch-0.8_p20211129.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/bbswitch/bbswitch-0.8_p20211129.ebuild b/sys-power/bbswitch/bbswitch-0.8_p20211129.ebuild index 409b02bf015a..bea1ed9f84b6 100644 --- a/sys-power/bbswitch/bbswitch-0.8_p20211129.ebuild +++ b/sys-power/bbswitch/bbswitch-0.8_p20211129.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 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then else COMMIT="23891174a80ea79c7720bcc7048a5c2bfcde5cd9" SRC_URI="https://github.com/Bumblebee-Project/bbswitch/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" S="${WORKDIR}/bbswitch-${COMMIT}" fi |