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 67D151382C5 for ; Thu, 26 Apr 2018 03:32:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20018E0891; Thu, 26 Apr 2018 03:32:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F0D3BE088F for ; Thu, 26 Apr 2018 03:32:12 +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 12260335C7B for ; Thu, 26 Apr 2018 03:32:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E47832AB for ; Thu, 26 Apr 2018 03:32:07 +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: <1524713375.621ead54fbdb1dc156f1a73eed3b29c875f8fd92.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/exiv2/exiv2-0.26_p20180319.ebuild X-VCS-Directories: media-gfx/exiv2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 621ead54fbdb1dc156f1a73eed3b29c875f8fd92 X-VCS-Branch: master Date: Thu, 26 Apr 2018 03:32: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: 178a68b4-8ad5-408b-8cbb-91310445106b X-Archives-Hash: 6dd9b0a870433801cc4e07978c314aff commit: 621ead54fbdb1dc156f1a73eed3b29c875f8fd92 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 26 03:24:08 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 26 03:29:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621ead54 media-gfx/exiv2: Use edos2unix, restore keywords Package-Manager: Portage-2.3.31, Repoman-2.3.9 media-gfx/exiv2/exiv2-0.26_p20180319.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-gfx/exiv2/exiv2-0.26_p20180319.ebuild b/media-gfx/exiv2/exiv2-0.26_p20180319.ebuild index 26cb222f277..09c446bf32e 100644 --- a/media-gfx/exiv2/exiv2-0.26_p20180319.ebuild +++ b/media-gfx/exiv2/exiv2-0.26_p20180319.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = *9999 ]]; then else COMMIT=876b1314ab892cbfa6672b6b94adbeb90db4211f SRC_URI="https://github.com/Exiv2/${PN}/tarball/${COMMIT} -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" fi inherit cmake-multilib python-any-r1 @@ -33,7 +33,6 @@ RDEPEND=" xmp? ( >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} - app-text/dos2unix doc? ( ${PYTHON_DEPS} app-doc/doxygen @@ -92,7 +91,7 @@ src_prepare() { doxygen &>/dev/null -u config/Doxyfile || die fi - dos2unix samples/exiv2json.cpp || die # workaround for CVE-2017-18005 patch + edos2unix samples/exiv2json.cpp # workaround for CVE-2017-18005 patch cmake-utils_src_prepare }