diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-07-24 17:08:35 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-07-24 17:08:35 +0200 |
commit | 744753b2733429ea49b4464fa36abe39352b0e62 (patch) | |
tree | 17edb8c13239c59152fb578e97fbe4b856efbdbb /x11-misc | |
parent | sci-libs/hdf5: amd64 stable wrt bug #733578 (diff) | |
download | gentoo-744753b2733429ea49b4464fa36abe39352b0e62.tar.gz gentoo-744753b2733429ea49b4464fa36abe39352b0e62.tar.bz2 gentoo-744753b2733429ea49b4464fa36abe39352b0e62.zip |
x11-misc/bumblebee: amd64 stable wrt bug #733594
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_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 eb6477c36832..a400ccda4d35 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="" + KEYWORDS="amd64" 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 |