diff options
author | 2020-08-15 14:08:26 +0200 | |
---|---|---|
committer | 2020-08-15 14:09:27 +0200 | |
commit | edbacefb52d3992741406ede9cbe1aef5d3e8036 (patch) | |
tree | dd179dde38d4b440a889581b4633642f7f54bd81 /net-im | |
parent | sys-boot/customrescuecd-x86-grub : initial ebuild (diff) | |
download | guru-edbacefb52d3992741406ede9cbe1aef5d3e8036.tar.gz guru-edbacefb52d3992741406ede9cbe1aef5d3e8036.tar.bz2 guru-edbacefb52d3992741406ede9cbe1aef5d3e8036.zip |
net-im/nheko: Move dev-qt/linguist-tools to BDEPEND.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/nheko/nheko-0.7.1.ebuild | 2 | ||||
-rw-r--r-- | net-im/nheko/nheko-0.7.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/nheko/nheko-0.7.1.ebuild b/net-im/nheko/nheko-0.7.1.ebuild index e5dcde909..16b387a0f 100644 --- a/net-im/nheko/nheko-0.7.1.ebuild +++ b/net-im/nheko/nheko-0.7.1.ebuild @@ -28,9 +28,9 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - dev-qt/linguist-tools:5 dev-libs/spdlog " +BDEPEND="dev-qt/linguist-tools:5" src_prepare() { cmake_src_prepare diff --git a/net-im/nheko/nheko-0.7.2.ebuild b/net-im/nheko/nheko-0.7.2.ebuild index 54b3b78fe..b226c0c4f 100644 --- a/net-im/nheko/nheko-0.7.2.ebuild +++ b/net-im/nheko/nheko-0.7.2.ebuild @@ -28,9 +28,9 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - dev-qt/linguist-tools:5 dev-libs/spdlog " +BDEPEND="dev-qt/linguist-tools:5" src_prepare() { cmake_src_prepare |