diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-06 22:14:07 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-06 22:14:07 +0200 |
commit | fa28e4e449480b8a7ce722915f6bd65c613951f4 (patch) | |
tree | 9f777b405c65b76e9d23a20fbdaf00a46cff967a | |
parent | x11-misc/zim: x86 stable wrt bug #722258 (diff) | |
download | gentoo-fa28e4e449480b8a7ce722915f6bd65c613951f4.tar.gz gentoo-fa28e4e449480b8a7ce722915f6bd65c613951f4.tar.bz2 gentoo-fa28e4e449480b8a7ce722915f6bd65c613951f4.zip |
x11-misc/bumblebee: x86 stable wrt bug #722528
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | x11-misc/bumblebee/bumblebee-3.2.1_p20170130.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/bumblebee/bumblebee-3.2.1_p20170130.ebuild b/x11-misc/bumblebee/bumblebee-3.2.1_p20170130.ebuild index 0e981b79099c..13e746952fd8 100644 --- a/x11-misc/bumblebee/bumblebee-3.2.1_p20170130.ebuild +++ b/x11-misc/bumblebee/bumblebee-3.2.1_p20170130.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="" + KEYWORDS="x86" else COMMIT="d469a32fc0dfef5b3725c7a5331be2d04b870594" 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 |