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 81830138334 for ; Wed, 8 May 2019 17:20:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 670D8E085E; Wed, 8 May 2019 17:20: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 49083E085E for ; Wed, 8 May 2019 17:20:20 +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 8A49E343CDF for ; Wed, 8 May 2019 17:20:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4D07452 for ; Wed, 8 May 2019 17:20:05 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1557335988.dad0e16ab9fc0d5b6c9ca8b5c4647ececcf1608b.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/scribus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/scribus/scribus-1.5.5_pre20190429.ebuild X-VCS-Directories: app-office/scribus/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: dad0e16ab9fc0d5b6c9ca8b5c4647ececcf1608b X-VCS-Branch: master Date: Wed, 8 May 2019 17:20:05 +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: 3db3bf32-7675-4632-a96b-db5fce28d32c X-Archives-Hash: ecc7759d4145a67b26074091d4aa5374 commit: dad0e16ab9fc0d5b6c9ca8b5c4647ececcf1608b Author: Zac Medico gentoo org> AuthorDate: Wed May 8 17:19:48 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed May 8 17:19:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad0e16a app-office/scribus: fix has_version syntax Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Zac Medico gentoo.org> app-office/scribus/scribus-1.5.5_pre20190429.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/scribus/scribus-1.5.5_pre20190429.ebuild b/app-office/scribus/scribus-1.5.5_pre20190429.ebuild index a889616acc0..d279c081265 100644 --- a/app-office/scribus/scribus-1.5.5_pre20190429.ebuild +++ b/app-office/scribus/scribus-1.5.5_pre20190429.ebuild @@ -122,7 +122,7 @@ src_prepare() { -e "/^add_subdirectory(ui\/qml)/s/^/#DONT/" \ -i scribus/CMakeLists.txt || die # nothing but a bogus Hello World test - has_version ">=app-text/poppler-0.76.0" PATCHES+=( "${FILESDIR}"/${P}-poppler-0.76.patch ) + has_version ">=app-text/poppler-0.76.0" && PATCHES+=( "${FILESDIR}"/${P}-poppler-0.76.patch ) cmake-utils_src_prepare }