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 11E8F138334 for ; Sat, 16 Nov 2019 17:29:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47375E0815; Sat, 16 Nov 2019 17:29:02 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C2DAE0815 for ; Sat, 16 Nov 2019 17:29:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BB25434CEB6 for ; Sat, 16 Nov 2019 17:29:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40B0771A for ; Sat, 16 Nov 2019 17:28:58 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1573925328.812945cb11655e47af34b9fb9aa6262f6d03ebd3.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/simage/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/simage/simage-1.7.1-r1.ebuild media-libs/simage/simage-1.7.1.ebuild X-VCS-Directories: media-libs/simage/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 812945cb11655e47af34b9fb9aa6262f6d03ebd3 X-VCS-Branch: master Date: Sat, 16 Nov 2019 17:28:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 58e42477-3b14-4abd-815f-4ae6d61f66e7 X-Archives-Hash: 79df0f7ca8ca04d40859d77ffd187a85 commit: 812945cb11655e47af34b9fb9aa6262f6d03ebd3 Author: Miroslav Šulc gentoo org> AuthorDate: Sat Nov 16 17:28:22 2019 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Nov 16 17:28:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812945cb media-libs/simage-1.7.1-r1: fixed #700272 Closes: https://bugs.gentoo.org/700272 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/simage/{simage-1.7.1.ebuild => simage-1.7.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/simage/simage-1.7.1.ebuild b/media-libs/simage/simage-1.7.1-r1.ebuild similarity index 98% rename from media-libs/simage/simage-1.7.1.ebuild rename to media-libs/simage/simage-1.7.1-r1.ebuild index e27f0252065..e6405b2179a 100644 --- a/media-libs/simage/simage-1.7.1.ebuild +++ b/media-libs/simage/simage-1.7.1-r1.ebuild @@ -64,7 +64,7 @@ src_configure() { -DSIMAGE_QIMAGE_SUPPORT=$(usex qt5) -DSIMAGE_QUICKTIME_SUPPORT=OFF # OS X only -DSIMAGE_TIFF_SUPPORT=$(usex tiff) - -DUSE_QT5=ON + -DSIMAGE_USE_QT5=ON -DSIMAGE_RGB_SUPPORT=ON -DSIMAGE_TGA_SUPPORT=ON -DSIMAGE_XWD_SUPPORT=ON