diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-08-05 16:11:40 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-08-05 16:11:40 +0200 |
commit | 7274f9a418bee3f6b838d84c95299dec1c14172a (patch) | |
tree | 1082d630b0515e9a8951bb977a03f715f9f46f59 /x11-misc/bumblebee | |
parent | sys-libs/libblockdev: x86 stable wrt bug #733588 (diff) | |
download | gentoo-7274f9a418bee3f6b838d84c95299dec1c14172a.tar.gz gentoo-7274f9a418bee3f6b838d84c95299dec1c14172a.tar.bz2 gentoo-7274f9a418bee3f6b838d84c95299dec1c14172a.zip |
x11-misc/bumblebee: x86 stable wrt bug #733594
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'x11-misc/bumblebee')
-rw-r--r-- | x11-misc/bumblebee/bumblebee-3.2.1_p20190421.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/bumblebee/bumblebee-3.2.1_p20190421.ebuild b/x11-misc/bumblebee/bumblebee-3.2.1_p20190421.ebuild index a400ccda4d35..b45b50e5519a 100644 --- a/x11-misc/bumblebee/bumblebee-3.2.1_p20190421.ebuild +++ b/x11-misc/bumblebee/bumblebee-3.2.1_p20190421.ebuild @@ -9,11 +9,11 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/Bumblebee-Project/Bumblebee.git" EGIT_BRANCH="develop" - KEYWORDS="amd64" + KEYWORDS="amd64 x86" else COMMIT="7aa457fe7b4fffc3b175ad36fdae00d7777065dc" SRC_URI="https://github.com/Bumblebee-Project/Bumblebee/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" S="${WORKDIR}/Bumblebee-${COMMIT}" fi |