diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-07-22 14:17:27 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-07-22 14:17:27 +0100 |
commit | eba018cbf76e1e06693bad1ffea482f1b0e85324 (patch) | |
tree | 05d9926c056ba0431ba18f1ed786adc22e321810 /app-laptop/tp_smapi/tp_smapi-0.42-r1706.ebuild | |
parent | ce5d9369ef8851bbbfd2629532ccea5db7aea8d5 (diff) |
fix possible circular deps
Diffstat (limited to 'app-laptop/tp_smapi/tp_smapi-0.42-r1706.ebuild')
-rw-r--r-- | app-laptop/tp_smapi/tp_smapi-0.42-r1706.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-laptop/tp_smapi/tp_smapi-0.42-r1706.ebuild b/app-laptop/tp_smapi/tp_smapi-0.42-r1706.ebuild new file mode 100644 index 00000000..d05a8588 --- /dev/null +++ b/app-laptop/tp_smapi/tp_smapi-0.42-r1706.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils + +DESCRIPTION="IBM ThinkPad SMAPI BIOS driver dummy package" +HOMEPAGE="https://github.com/evgeni/${PN}" +SRC_URI="${HOMEPAGE}/releases/download/tp-smapi/${PV}/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="~sys-kernel/${PN}-dkms-${PV}" +RDEPEND="${DEPEND}" + +src_compile(){ + : +} + +src_install() { + : +} |