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 /sys-power/bbswitch | |
parent | ce5d9369ef8851bbbfd2629532ccea5db7aea8d5 (diff) |
fix possible circular deps
Diffstat (limited to 'sys-power/bbswitch')
-rw-r--r-- | sys-power/bbswitch/bbswitch-0.8-r1706.ebuild (renamed from sys-power/bbswitch/bbswitch-0.8-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/bbswitch/bbswitch-0.8-r1.ebuild b/sys-power/bbswitch/bbswitch-0.8-r1706.ebuild index f5254c4d..b0a25a9f 100644 --- a/sys-power/bbswitch/bbswitch-0.8-r1.ebuild +++ b/sys-power/bbswitch/bbswitch-0.8-r1706.ebuild @@ -13,8 +13,8 @@ LICENSE="GPL-3+" KEYWORDS="amd64 x86" IUSE="" -DEPEND="=sys-kernel/${PN}-dkms-${PV}" -RDEPEND="" +DEPEND="~sys-kernel/${PN}-dkms-${PV}" +RDEPEND="${DEPEND}" S=${WORKDIR} |