Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/rpm/
Date: Sun, 10 Dec 2017 14:16:58
Message-Id: 1512915278.cc79cdffa0b108d642d17c3f3c161384e13a7bac.soap@gentoo
1 commit: cc79cdffa0b108d642d17c3f3c161384e13a7bac
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 14:10:55 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 14:14:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc79cdff
7
8 app-arch/rpm: [QA] Fix dependency.missingslot
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-arch/rpm/rpm-4.11.0.1.ebuild | 6 +++---
13 app-arch/rpm/rpm-4.11.1.ebuild | 6 +++---
14 app-arch/rpm/rpm-4.11.2-r1.ebuild | 6 +++---
15 app-arch/rpm/rpm-4.11.2.ebuild | 6 +++---
16 app-arch/rpm/rpm-4.12.0.1.ebuild | 4 ++--
17 5 files changed, 14 insertions(+), 14 deletions(-)
18
19 diff --git a/app-arch/rpm/rpm-4.11.0.1.ebuild b/app-arch/rpm/rpm-4.11.0.1.ebuild
20 index dedb3ff2cf0..7f596c6dab7 100644
21 --- a/app-arch/rpm/rpm-4.11.0.1.ebuild
22 +++ b/app-arch/rpm/rpm-4.11.0.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -18,7 +18,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-lin
30 IUSE="nls python doc caps lua acl selinux"
31
32 CDEPEND="!app-arch/rpm5
33 - >=sys-libs/db-4.5
34 + >=sys-libs/db-4.5:*
35 >=sys-libs/zlib-1.2.3-r1
36 >=app-arch/bzip2-1.0.1
37 >=dev-libs/popt-1.7
38 @@ -29,7 +29,7 @@ CDEPEND="!app-arch/rpm5
39 dev-libs/nss
40 python? ( ${PYTHON_DEPS} )
41 nls? ( virtual/libintl )
42 - lua? ( >=dev-lang/lua-5.1.0[deprecated] )
43 + lua? ( >=dev-lang/lua-5.1.0:*[deprecated] )
44 acl? ( virtual/acl )
45 caps? ( >=sys-libs/libcap-2.0 )"
46
47
48 diff --git a/app-arch/rpm/rpm-4.11.1.ebuild b/app-arch/rpm/rpm-4.11.1.ebuild
49 index cbbff631687..bb5f3723c57 100644
50 --- a/app-arch/rpm/rpm-4.11.1.ebuild
51 +++ b/app-arch/rpm/rpm-4.11.1.ebuild
52 @@ -1,4 +1,4 @@
53 -# Copyright 1999-2015 Gentoo Foundation
54 +# Copyright 1999-2017 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI=5
58 @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
59 IUSE="nls python doc caps lua acl selinux"
60
61 CDEPEND="!app-arch/rpm5
62 - >=sys-libs/db-4.5
63 + >=sys-libs/db-4.5:*
64 >=sys-libs/zlib-1.2.3-r1
65 >=app-arch/bzip2-1.0.1
66 >=dev-libs/popt-1.7
67 @@ -29,7 +29,7 @@ CDEPEND="!app-arch/rpm5
68 dev-libs/nss
69 python? ( ${PYTHON_DEPS} )
70 nls? ( virtual/libintl )
71 - lua? ( >=dev-lang/lua-5.1.0[deprecated] )
72 + lua? ( >=dev-lang/lua-5.1.0:*[deprecated] )
73 acl? ( virtual/acl )
74 caps? ( >=sys-libs/libcap-2.0 )"
75
76
77 diff --git a/app-arch/rpm/rpm-4.11.2-r1.ebuild b/app-arch/rpm/rpm-4.11.2-r1.ebuild
78 index a660f79bdd3..81e5f7aef1a 100644
79 --- a/app-arch/rpm/rpm-4.11.2-r1.ebuild
80 +++ b/app-arch/rpm/rpm-4.11.2-r1.ebuild
81 @@ -1,4 +1,4 @@
82 -# Copyright 1999-2015 Gentoo Foundation
83 +# Copyright 1999-2017 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85
86 EAPI=5
87 @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
88 IUSE="nls python doc caps lua acl selinux"
89
90 CDEPEND="!app-arch/rpm5
91 - >=sys-libs/db-4.5
92 + >=sys-libs/db-4.5:*
93 >=sys-libs/zlib-1.2.3-r1
94 >=app-arch/bzip2-1.0.1
95 >=dev-libs/popt-1.7
96 @@ -29,7 +29,7 @@ CDEPEND="!app-arch/rpm5
97 dev-libs/nss
98 python? ( ${PYTHON_DEPS} )
99 nls? ( virtual/libintl )
100 - lua? ( >=dev-lang/lua-5.1.0[deprecated] )
101 + lua? ( >=dev-lang/lua-5.1.0:*[deprecated] )
102 acl? ( virtual/acl )
103 caps? ( >=sys-libs/libcap-2.0 )"
104
105
106 diff --git a/app-arch/rpm/rpm-4.11.2.ebuild b/app-arch/rpm/rpm-4.11.2.ebuild
107 index cbbff631687..bb5f3723c57 100644
108 --- a/app-arch/rpm/rpm-4.11.2.ebuild
109 +++ b/app-arch/rpm/rpm-4.11.2.ebuild
110 @@ -1,4 +1,4 @@
111 -# Copyright 1999-2015 Gentoo Foundation
112 +# Copyright 1999-2017 Gentoo Foundation
113 # Distributed under the terms of the GNU General Public License v2
114
115 EAPI=5
116 @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
117 IUSE="nls python doc caps lua acl selinux"
118
119 CDEPEND="!app-arch/rpm5
120 - >=sys-libs/db-4.5
121 + >=sys-libs/db-4.5:*
122 >=sys-libs/zlib-1.2.3-r1
123 >=app-arch/bzip2-1.0.1
124 >=dev-libs/popt-1.7
125 @@ -29,7 +29,7 @@ CDEPEND="!app-arch/rpm5
126 dev-libs/nss
127 python? ( ${PYTHON_DEPS} )
128 nls? ( virtual/libintl )
129 - lua? ( >=dev-lang/lua-5.1.0[deprecated] )
130 + lua? ( >=dev-lang/lua-5.1.0:*[deprecated] )
131 acl? ( virtual/acl )
132 caps? ( >=sys-libs/libcap-2.0 )"
133
134
135 diff --git a/app-arch/rpm/rpm-4.12.0.1.ebuild b/app-arch/rpm/rpm-4.12.0.1.ebuild
136 index 1c8029fe8dc..b57bd21fbbe 100644
137 --- a/app-arch/rpm/rpm-4.12.0.1.ebuild
138 +++ b/app-arch/rpm/rpm-4.12.0.1.ebuild
139 @@ -19,7 +19,7 @@ IUSE="nls python doc caps lua acl selinux"
140
141 CDEPEND="!app-arch/rpm5
142 app-arch/libarchive
143 - >=sys-libs/db-4.5
144 + >=sys-libs/db-4.5:*
145 >=sys-libs/zlib-1.2.3-r1
146 >=app-arch/bzip2-1.0.1
147 >=dev-libs/popt-1.7
148 @@ -30,7 +30,7 @@ CDEPEND="!app-arch/rpm5
149 dev-libs/nss
150 python? ( ${PYTHON_DEPS} )
151 nls? ( virtual/libintl )
152 - lua? ( >=dev-lang/lua-5.1.0[deprecated] )
153 + lua? ( >=dev-lang/lua-5.1.0:*[deprecated] )
154 acl? ( virtual/acl )
155 caps? ( >=sys-libs/libcap-2.0 )"