diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-07-13 08:58:40 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-07-13 08:58:40 +0300 |
commit | 648f6ce692bde3f681d09a1dc71d2188ee75f2c0 (patch) | |
tree | effc42ab5f165fa0b7d624cae2ad3661259fa39a /sys-power | |
parent | dev-ruby/ruby2ruby: drop 2.4.4 (diff) | |
download | gentoo-648f6ce692bde3f681d09a1dc71d2188ee75f2c0.tar.gz gentoo-648f6ce692bde3f681d09a1dc71d2188ee75f2c0.tar.bz2 gentoo-648f6ce692bde3f681d09a1dc71d2188ee75f2c0.zip |
sys-power/bbswitch: Stabilize 0.8_p20211129-r1 amd64, #935893
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/bbswitch/bbswitch-0.8_p20211129-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/bbswitch/bbswitch-0.8_p20211129-r1.ebuild b/sys-power/bbswitch/bbswitch-0.8_p20211129-r1.ebuild index e9ef961a0828..d2ea437604c5 100644 --- a/sys-power/bbswitch/bbswitch-0.8_p20211129-r1.ebuild +++ b/sys-power/bbswitch/bbswitch-0.8_p20211129-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 |