diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-07 10:44:12 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-07 10:44:12 +0200 |
commit | 3f49204c3cf591bea0050faafe37e77105ab80dc (patch) | |
tree | b286ec15c29fd7aa49ffbe3ba651756d183c626e /x11-misc | |
parent | x11-misc/zim: amd64 stable wrt bug #722258 (diff) | |
download | gentoo-3f49204c3cf591bea0050faafe37e77105ab80dc.tar.gz gentoo-3f49204c3cf591bea0050faafe37e77105ab80dc.tar.bz2 gentoo-3f49204c3cf591bea0050faafe37e77105ab80dc.zip |
x11-misc/bumblebee: amd64 stable wrt bug #722528
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'x11-misc')
-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 13e746952fd8..1099ff0e4161 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="x86" + KEYWORDS="amd64 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 |