diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 23:31:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:32:08 +0000 |
commit | 48d3628f22d79f4573c48578a8633f02d2a7139b (patch) | |
tree | 7329358dc87fc1b5880de05ea67fcd7f39c9559d /x11-misc/bumblebee | |
parent | www-servers/thttpd: fix double KEYWORDS (diff) | |
download | gentoo-48d3628f22d79f4573c48578a8633f02d2a7139b.tar.gz gentoo-48d3628f22d79f4573c48578a8633f02d2a7139b.tar.bz2 gentoo-48d3628f22d79f4573c48578a8633f02d2a7139b.zip |
x11-misc/bumblebee: fix double KEYWORDS
Double KEYWORDS lines break tools like ekeyword and Nattka.
As per PMS, blank/empty KEYWORDS is implied by not defining
the variable.
See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/bumblebee')
-rw-r--r-- | x11-misc/bumblebee/bumblebee-3.2.1_p20190421-r1.ebuild | 3 | ||||
-rw-r--r-- | x11-misc/bumblebee/bumblebee-3.2.1_p20210112.ebuild | 1 | ||||
-rw-r--r-- | x11-misc/bumblebee/bumblebee-9999.ebuild | 3 |
3 files changed, 2 insertions, 5 deletions
diff --git a/x11-misc/bumblebee/bumblebee-3.2.1_p20190421-r1.ebuild b/x11-misc/bumblebee/bumblebee-3.2.1_p20190421-r1.ebuild index b45b50e5519a..3c344ba46d4d 100644 --- a/x11-misc/bumblebee/bumblebee-3.2.1_p20190421-r1.ebuild +++ b/x11-misc/bumblebee/bumblebee-3.2.1_p20190421-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,6 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/Bumblebee-Project/Bumblebee.git" EGIT_BRANCH="develop" - KEYWORDS="amd64 x86" else COMMIT="7aa457fe7b4fffc3b175ad36fdae00d7777065dc" SRC_URI="https://github.com/Bumblebee-Project/Bumblebee/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" diff --git a/x11-misc/bumblebee/bumblebee-3.2.1_p20210112.ebuild b/x11-misc/bumblebee/bumblebee-3.2.1_p20210112.ebuild index 422ac388e2dc..58973b2a9eb5 100644 --- a/x11-misc/bumblebee/bumblebee-3.2.1_p20210112.ebuild +++ b/x11-misc/bumblebee/bumblebee-3.2.1_p20210112.ebuild @@ -9,7 +9,6 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/Bumblebee-Project/Bumblebee.git" EGIT_BRANCH="develop" - KEYWORDS="" else COMMIT="8f3d307b6aabbc2cd8444c6e5a4360f3bf2915ec" SRC_URI="https://github.com/Bumblebee-Project/Bumblebee/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" diff --git a/x11-misc/bumblebee/bumblebee-9999.ebuild b/x11-misc/bumblebee/bumblebee-9999.ebuild index 65477c88d732..e66fb829acb9 100644 --- a/x11-misc/bumblebee/bumblebee-9999.ebuild +++ b/x11-misc/bumblebee/bumblebee-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,6 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/Bumblebee-Project/Bumblebee.git" EGIT_BRANCH="develop" - KEYWORDS="" else COMMIT="c322bd849aabe6e48b4304b8d13cc4aadc36a30d" SRC_URI="https://github.com/Bumblebee-Project/Bumblebee/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" |