From eba018cbf76e1e06693bad1ffea482f1b0e85324 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 22 Jul 2017 14:17:27 +0100 Subject: fix possible circular deps --- sys-power/bbswitch/bbswitch-0.8-r1.ebuild | 24 ------------------------ sys-power/bbswitch/bbswitch-0.8-r1706.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 sys-power/bbswitch/bbswitch-0.8-r1.ebuild create mode 100644 sys-power/bbswitch/bbswitch-0.8-r1706.ebuild (limited to 'sys-power/bbswitch') diff --git a/sys-power/bbswitch/bbswitch-0.8-r1.ebuild b/sys-power/bbswitch/bbswitch-0.8-r1.ebuild deleted file mode 100644 index f5254c4d..00000000 --- a/sys-power/bbswitch/bbswitch-0.8-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils - -DESCRIPTION="Toggle discrete NVIDIA Optimus graphics card" -HOMEPAGE="https://github.com/Bumblebee-Project/bbswitch" -SLOT="0" -LICENSE="GPL-3+" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="=sys-kernel/${PN}-dkms-${PV}" -RDEPEND="" - -S=${WORKDIR} - -src_install() { - insinto /etc/modprobe.d - newins "${FILESDIR}"/bbswitch.modprobe bbswitch.conf -} diff --git a/sys-power/bbswitch/bbswitch-0.8-r1706.ebuild b/sys-power/bbswitch/bbswitch-0.8-r1706.ebuild new file mode 100644 index 00000000..b0a25a9f --- /dev/null +++ b/sys-power/bbswitch/bbswitch-0.8-r1706.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils + +DESCRIPTION="Toggle discrete NVIDIA Optimus graphics card" +HOMEPAGE="https://github.com/Bumblebee-Project/bbswitch" +SLOT="0" +LICENSE="GPL-3+" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="~sys-kernel/${PN}-dkms-${PV}" +RDEPEND="${DEPEND}" + +S=${WORKDIR} + +src_install() { + insinto /etc/modprobe.d + newins "${FILESDIR}"/bbswitch.modprobe bbswitch.conf +} -- cgit v1.2.3