diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-07-13 08:59:00 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-07-13 08:59:00 +0300 |
commit | 989a2294dca9456fe96e15dbfed6a451072eef6b (patch) | |
tree | 7b82ab6eb023ad17c2bfcd1919dddfa8cd4c6450 /sys-power | |
parent | sys-power/bbswitch: Stabilize 0.8_p20211129-r1 amd64, #935893 (diff) | |
download | gentoo-989a2294dca9456fe96e15dbfed6a451072eef6b.tar.gz gentoo-989a2294dca9456fe96e15dbfed6a451072eef6b.tar.bz2 gentoo-989a2294dca9456fe96e15dbfed6a451072eef6b.zip |
sys-power/bbswitch: Stabilize 0.8_p20211129-r1 x86, #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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/bbswitch/bbswitch-0.8_p20211129-r1.ebuild b/sys-power/bbswitch/bbswitch-0.8_p20211129-r1.ebuild index d2ea437604c5..9fe6d62a889b 100644 --- a/sys-power/bbswitch/bbswitch-0.8_p20211129-r1.ebuild +++ b/sys-power/bbswitch/bbswitch-0.8_p20211129-r1.ebuild @@ -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 |