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 403B6139694 for ; Tue, 21 Mar 2017 12:25:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8D8621C09B; Tue, 21 Mar 2017 12:24:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 964A921C09B for ; Tue, 21 Mar 2017 12:24:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6042A341301 for ; Tue, 21 Mar 2017 12:24:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA3756FDE for ; Tue, 21 Mar 2017 12:24:56 +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: <1490099069.c2c339a7c7a22826c17b51fa2cda6d806fb0b93f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calligra/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/calligra/calligra-2.9.11-r1.ebuild app-office/calligra/calligra-2.9.11.ebuild X-VCS-Directories: app-office/calligra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c2c339a7c7a22826c17b51fa2cda6d806fb0b93f X-VCS-Branch: master Date: Tue, 21 Mar 2017 12:24:56 +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: 525471e6-6dd9-410c-a988-c433d2a1170e X-Archives-Hash: d79e446e6bac7a3ae94dcc12ecb2a812 commit: c2c339a7c7a22826c17b51fa2cda6d806fb0b93f Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 21 12:22:27 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 21 12:24:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c339a7 app-office/calligra: Must select at-least-one-of CALLIGRA_FEATURES Gentoo-bug: 613316 Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-office/calligra/calligra-2.9.11-r1.ebuild | 1 + app-office/calligra/calligra-2.9.11.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-office/calligra/calligra-2.9.11-r1.ebuild b/app-office/calligra/calligra-2.9.11-r1.ebuild index 205e39548e7..a28e2a28e24 100644 --- a/app-office/calligra/calligra-2.9.11-r1.ebuild +++ b/app-office/calligra/calligra-2.9.11-r1.ebuild @@ -51,6 +51,7 @@ done unset cal_ft REQUIRED_USE=" + || ( $(printf 'calligra_features_%s ' ${CAL_FTS[@]}) ) calligra_features_author? ( calligra_features_words ) calligra_features_gemini? ( opengl ) calligra_features_krita? ( eigen exif lcms opengl ) diff --git a/app-office/calligra/calligra-2.9.11.ebuild b/app-office/calligra/calligra-2.9.11.ebuild index 94a744342b0..20bfc7798e8 100644 --- a/app-office/calligra/calligra-2.9.11.ebuild +++ b/app-office/calligra/calligra-2.9.11.ebuild @@ -52,6 +52,7 @@ done unset cal_ft REQUIRED_USE=" + || ( $(printf 'calligra_features_%s ' ${CAL_FTS[@]}) ) calligra_features_author? ( calligra_features_words ) calligra_features_gemini? ( opengl ) calligra_features_krita? ( eigen exif lcms opengl )