Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/xz-utils/
Date: Sun, 03 Mar 2019 19:27:34
Message-Id: 1551641241.7ae71e671ee7e5abb861a734133a62f77f301dc6.polynomial-c@gentoo
1 commit: 7ae71e671ee7e5abb861a734133a62f77f301dc6
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 1 18:15:46 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 19:27:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae71e67
7
8 app-arch/xz-utils: remove non-exist blocker
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11204
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 app-arch/xz-utils/xz-utils-5.2.3.ebuild | 3 +--
15 app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild | 3 +--
16 app-arch/xz-utils/xz-utils-9999.ebuild | 3 +--
17 3 files changed, 3 insertions(+), 6 deletions(-)
18
19 diff --git a/app-arch/xz-utils/xz-utils-5.2.3.ebuild b/app-arch/xz-utils/xz-utils-5.2.3.ebuild
20 index 22e7ad09c65..f610a97a4f9 100644
21 --- a/app-arch/xz-utils/xz-utils-5.2.3.ebuild
22 +++ b/app-arch/xz-utils/xz-utils-5.2.3.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 # Remember: we cannot leverage autotools in this ebuild in order
29 @@ -30,7 +30,6 @@ SLOT="0"
30 IUSE="elibc_FreeBSD +extra-filters nls static-libs +threads"
31
32 RDEPEND="!<app-arch/lzma-4.63
33 - !app-arch/lzma-utils
34 !<app-arch/p7zip-4.57"
35 DEPEND="${RDEPEND}
36 ${EXTRA_DEPEND}"
37
38 diff --git a/app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild b/app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild
39 index 5a32471e2d6..481626bc8f1 100644
40 --- a/app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild
41 +++ b/app-arch/xz-utils/xz-utils-5.2.4-r2.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 # Remember: we cannot leverage autotools in this ebuild in order
48 @@ -31,7 +31,6 @@ SLOT="0"
49 IUSE="elibc_FreeBSD +extra-filters nls static-libs +threads"
50
51 RDEPEND="!<app-arch/lzma-4.63
52 - !app-arch/lzma-utils
53 !<app-arch/p7zip-4.57"
54 DEPEND="${RDEPEND}
55 ${EXTRA_DEPEND}"
56
57 diff --git a/app-arch/xz-utils/xz-utils-9999.ebuild b/app-arch/xz-utils/xz-utils-9999.ebuild
58 index de20abb3a88..636b34fdba4 100644
59 --- a/app-arch/xz-utils/xz-utils-9999.ebuild
60 +++ b/app-arch/xz-utils/xz-utils-9999.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2018 Gentoo Foundation
63 +# Copyright 1999-2019 Gentoo Authors
64 # Distributed under the terms of the GNU General Public License v2
65
66 # Remember: we cannot leverage autotools in this ebuild in order
67 @@ -31,7 +31,6 @@ SLOT="0"
68 IUSE="elibc_FreeBSD +extra-filters nls static-libs +threads"
69
70 RDEPEND="!<app-arch/lzma-4.63
71 - !app-arch/lzma-utils
72 !<app-arch/p7zip-4.57"
73 DEPEND="${RDEPEND}
74 ${EXTRA_DEPEND}"