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 459E71395E2 for ; Sun, 6 Nov 2016 08:41:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8EACE09AA; Sun, 6 Nov 2016 08:41:11 +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 ACD39E09AA for ; Sun, 6 Nov 2016 08:41:11 +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 27C4D341494 for ; Sun, 6 Nov 2016 08:41:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08B39306 for ; Sun, 6 Nov 2016 08:41:07 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1478421661.2cd515167d20d4c4e1efdc9da65809149e61ed2d.jlec@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.2-r2.ebuild X-VCS-Directories: app-office/scribus/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2cd515167d20d4c4e1efdc9da65809149e61ed2d X-VCS-Branch: master Date: Sun, 6 Nov 2016 08:41:07 +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: 166c90f8-373b-4b66-bada-1014cd955472 X-Archives-Hash: 3bc9d5640ab43fd45f8b76bce8a2f904 commit: 2cd515167d20d4c4e1efdc9da65809149e61ed2d Author: Justin Lecher gentoo org> AuthorDate: Sun Nov 6 08:41:01 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Nov 6 08:41:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd51516 app-office/scribus: Fix dos2unix incompatibility Package-Manager: portage-2.3.2 Signed-off-by: Justin Lecher gentoo.org> app-office/scribus/scribus-1.5.2-r2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-office/scribus/scribus-1.5.2-r2.ebuild b/app-office/scribus/scribus-1.5.2-r2.ebuild index ec8714e..1a91852 100644 --- a/app-office/scribus/scribus-1.5.2-r2.ebuild +++ b/app-office/scribus/scribus-1.5.2-r2.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="tk?" CMAKE_MAKEFILE_GENERATOR=ninja -inherit cmake-utils fdo-mime flag-o-matic multilib python-single-r1 +inherit cmake-utils eutils fdo-mime flag-o-matic multilib python-single-r1 DESCRIPTION="Desktop publishing (DTP) and layout program" HOMEPAGE="http://www.scribus.net/" @@ -100,6 +100,8 @@ src_prepare() { -e 's:\(${CMAKE_INSTALL_PREFIX}\):./\1:g' \ -i resources/templates/CMakeLists.txt || die + edos2unix scribus/ui/propertiespalette_utils.cpp + cmake-utils_src_prepare }