From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7C8D3139085 for ; Fri, 3 Feb 2017 18:22:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90CD921C072; Fri, 3 Feb 2017 18:22:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6696521C072 for ; Fri, 3 Feb 2017 18:22:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72EBD3411B5 for ; Fri, 3 Feb 2017 18:22:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B362D3A86 for ; Fri, 3 Feb 2017 18:22:28 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1486145855.8af8af45c6f5ac08015d4b3af966708af2214e00.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8af8af45c6f5ac08015d4b3af966708af2214e00 X-VCS-Branch: master Date: Fri, 3 Feb 2017 18:22:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ad21e2d7-65cb-479a-99be-c7f45d8bb045 X-Archives-Hash: 639e109045105e518fe79879dc71fb0d commit: 8af8af45c6f5ac08015d4b3af966708af2214e00 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 2 23:08:45 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Feb 3 18:17:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af8af45 app-office/libreoffice: DEPEND on app-crypt/gpgme Package-Manager: portage-2.3.3 app-office/libreoffice/libreoffice-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index cc07983..e0e9d61 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -89,6 +89,7 @@ KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" COMMON_DEPEND="${PYTHON_DEPS} app-arch/unzip app-arch/zip + app-crypt/gpgme app-text/hunspell >=app-text/libabw-0.1.0 >=app-text/libebook-0.1 @@ -467,6 +468,7 @@ src_configure() { --without-myspell-dicts \ --without-help \ --with-helppack-integration \ + --with-system-gpgme \ --without-system-sane \ $(use_enable bluetooth sdremote-bluetooth) \ $(use_enable coinmp) \