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 D0533138334 for ; Fri, 29 Nov 2019 09:54:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1717AE08F6; Fri, 29 Nov 2019 09:54:21 +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 F0918E08F6 for ; Fri, 29 Nov 2019 09:54: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 9CBB934D588 for ; Fri, 29 Nov 2019 09:54:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26A58744 for ; Fri, 29 Nov 2019 09:54: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: <1575021238.0b1826530b1060d6754af2d8c8b983d58283321e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libharu/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libharu/libharu-2.3.0-r2.ebuild X-VCS-Directories: media-libs/libharu/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0b1826530b1060d6754af2d8c8b983d58283321e X-VCS-Branch: master Date: Fri, 29 Nov 2019 09:54: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ec502d91-8a69-41dc-9f80-d3dd7171a024 X-Archives-Hash: ea023a73958da0004c7e6c4acb9b7fa9 commit: 0b1826530b1060d6754af2d8c8b983d58283321e Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 29 09:52:45 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 29 09:53:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b182653 media-libs/libharu: EAPI-7 bump Package-Manager: Portage-2.3.80, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libharu/libharu-2.3.0-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/libharu/libharu-2.3.0-r2.ebuild b/media-libs/libharu/libharu-2.3.0-r2.ebuild index 057e405312a..aec8e3bf620 100644 --- a/media-libs/libharu/libharu-2.3.0-r2.ebuild +++ b/media-libs/libharu/libharu-2.3.0-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-multilib @@ -18,7 +18,8 @@ IUSE="" DEPEND=" media-libs/libpng:0=[${MULTILIB_USEDEP}] - sys-libs/zlib:=[${MULTILIB_USEDEP}]" + sys-libs/zlib:=[${MULTILIB_USEDEP}] +" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}-${MYP}" @@ -33,5 +34,4 @@ PATCHES=( mycmakeargs=( -DLIBHPDF_EXAMPLES=NO # Doesn't work -DLIBHPDF_STATIC=NO - -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}" )