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 D5D281382C5 for ; Fri, 13 Apr 2018 20:00:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBC9FE08D3; Fri, 13 Apr 2018 20:00:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB3A9E08D3 for ; Fri, 13 Apr 2018 20:00:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81D1F335C88 for ; Fri, 13 Apr 2018 20:00:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CE89285 for ; Fri, 13 Apr 2018 20:00:17 +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: <1523649589.0bf9215079bb317425b8b910e9b338553b2c2f43.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/nomacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/nomacs/nomacs-3.8.1.ebuild X-VCS-Directories: media-gfx/nomacs/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0bf9215079bb317425b8b910e9b338553b2c2f43 X-VCS-Branch: master Date: Fri, 13 Apr 2018 20:00:17 +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: eecbb0a5-1b8b-4de7-b292-b86d69377b0b X-Archives-Hash: 9d76e81da1fa12f1ecbcb33eae0a2b23 commit: 0bf9215079bb317425b8b910e9b338553b2c2f43 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 13 19:40:12 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 13 19:59:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf92150 media-gfx/nomacs: Add ENABLE_TRANSLATIONS (fix missing translations) Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-gfx/nomacs/nomacs-3.8.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/nomacs/nomacs-3.8.1.ebuild b/media-gfx/nomacs/nomacs-3.8.1.ebuild index c3951a6a70e..782838abb00 100644 --- a/media-gfx/nomacs/nomacs-3.8.1.ebuild +++ b/media-gfx/nomacs/nomacs-3.8.1.ebuild @@ -69,6 +69,7 @@ src_configure() { -DENABLE_TIFF=$(usex tiff) -DENABLE_QUAZIP=$(usex zip) -DUSE_SYSTEM_QUAZIP=ON + -DENABLE_TRANSLATIONS=ON ) cmake-utils_src_configure }