Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/
Date: Thu, 26 Apr 2018 03:32:19
Message-Id: 1524713375.621ead54fbdb1dc156f1a73eed3b29c875f8fd92.asturm@gentoo
1 commit: 621ead54fbdb1dc156f1a73eed3b29c875f8fd92
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 26 03:24:08 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 03:29:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621ead54
7
8 media-gfx/exiv2: Use edos2unix, restore keywords
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 media-gfx/exiv2/exiv2-0.26_p20180319.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/media-gfx/exiv2/exiv2-0.26_p20180319.ebuild b/media-gfx/exiv2/exiv2-0.26_p20180319.ebuild
16 index 26cb222f277..09c446bf32e 100644
17 --- a/media-gfx/exiv2/exiv2-0.26_p20180319.ebuild
18 +++ b/media-gfx/exiv2/exiv2-0.26_p20180319.ebuild
19 @@ -11,7 +11,7 @@ if [[ ${PV} = *9999 ]]; then
20 else
21 COMMIT=876b1314ab892cbfa6672b6b94adbeb90db4211f
22 SRC_URI="https://github.com/Exiv2/${PN}/tarball/${COMMIT} -> ${P}.tar.gz"
23 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
24 + 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"
25 fi
26 inherit cmake-multilib python-any-r1
27
28 @@ -33,7 +33,6 @@ RDEPEND="
29 xmp? ( >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] )
30 "
31 DEPEND="${RDEPEND}
32 - app-text/dos2unix
33 doc? (
34 ${PYTHON_DEPS}
35 app-doc/doxygen
36 @@ -92,7 +91,7 @@ src_prepare() {
37 doxygen &>/dev/null -u config/Doxyfile || die
38 fi
39
40 - dos2unix samples/exiv2json.cpp || die # workaround for CVE-2017-18005 patch
41 + edos2unix samples/exiv2json.cpp # workaround for CVE-2017-18005 patch
42
43 cmake-utils_src_prepare
44 }