From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93B811382C5 for ; Thu, 25 Mar 2021 15:42:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5690E07FA; Thu, 25 Mar 2021 15:42:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D169DE07FA for ; Thu, 25 Mar 2021 15:42:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94EA1335C8F for ; Thu, 25 Mar 2021 15:42:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0808F5CF for ; Thu, 25 Mar 2021 15:42:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1616686962.b1fee512276f492bf694b2f3a748122b1dbf15eb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bumblebee/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r1.ebuild x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r2.ebuild X-VCS-Directories: x11-misc/bumblebee/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b1fee512276f492bf694b2f3a748122b1dbf15eb X-VCS-Branch: master Date: Thu, 25 Mar 2021 15:42:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ecd7858a-f0cf-4a4f-a054-47f21e157fa7 X-Archives-Hash: 5a7c6e63d2fc9b771589edcb914ce3c1 commit: b1fee512276f492bf694b2f3a748122b1dbf15eb Author: Sam James gentoo org> AuthorDate: Thu Mar 25 15:41:19 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 25 15:42:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1fee512 x11-misc/bumblebee: only depend on display-manager-init in ~arch Fixes: e14314b134c0fb866cc58f48cfcb6370b4aed00b Signed-off-by: Sam James gentoo.org> x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r1.ebuild | 2 +- ...-3.2.1_p20210112-r1.ebuild => bumblebee-3.2.1_p20210112-r2.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r1.ebuild b/x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r1.ebuild index 6f1cd0a5af5..4984d378312 100644 --- a/x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r1.ebuild +++ b/x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r1.ebuild @@ -84,7 +84,7 @@ src_install() { default newconfd "${FILESDIR}"/${PN}.confd ${PN} - newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN} + newinitd "${FILESDIR}"/${PN}.initd ${PN} newenvd "${FILESDIR}"/${PN}.envd 99${PN} systemd_dounit scripts/systemd/bumblebeed.service diff --git a/x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r1.ebuild b/x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r2.ebuild similarity index 96% copy from x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r1.ebuild copy to x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r2.ebuild index 6f1cd0a5af5..58973b2a9eb 100644 --- a/x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r1.ebuild +++ b/x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then else COMMIT="8f3d307b6aabbc2cd8444c6e5a4360f3bf2915ec" 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 @@ -84,7 +84,7 @@ src_install() { default newconfd "${FILESDIR}"/${PN}.confd ${PN} - newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN} + newinitd "${FILESDIR}"/${PN}.initd ${PN} newenvd "${FILESDIR}"/${PN}.envd 99${PN} systemd_dounit scripts/systemd/bumblebeed.service