commit: f4fb2f81855cca22944cc2b72dd907aa9f2100c8
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Mar 31 09:10:17 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Mar 31 09:10:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f4fb2f81
sys-auth/AusweisApp2: move pkgconfig to BDEPEND
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
index 82cea26..49d6fce 100644
--- a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
+++ b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
@@ -15,6 +15,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
+BDEPEND="virtual/pkgconfig"
+
RDEPEND="
dev-qt/qtcore:5
dev-qt/qtconcurrent:5
@@ -29,8 +31,8 @@ RDEPEND="
net-libs/http-parser"
DEPEND="${RDEPEND}
- dev-qt/linguist-tools:5
- virtual/pkgconfig"
+ dev-qt/linguist-tools:5"
+
src_configure() {
local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )