Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/redland/
Date: Sun, 26 Aug 2018 09:39:52
Message-Id: 1535274366.558c3df03d059db3862f0ed2085ba7ad9c770c8e.mgorny@gentoo
1 commit: 558c3df03d059db3862f0ed2085ba7ad9c770c8e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 09:06:06 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 09:06:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558c3df0
7
8 dev-libs/redland: Remove support for non-existent deps
9
10 dev-libs/redland/redland-1.0.15.ebuild | 5 ++---
11 dev-libs/redland/redland-1.0.16.ebuild | 5 ++---
12 2 files changed, 4 insertions(+), 6 deletions(-)
13
14 diff --git a/dev-libs/redland/redland-1.0.15.ebuild b/dev-libs/redland/redland-1.0.15.ebuild
15 index bc0fbf29714..931d328b87f 100644
16 --- a/dev-libs/redland/redland-1.0.15.ebuild
17 +++ b/dev-libs/redland/redland-1.0.15.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=4
24 @@ -13,8 +13,7 @@ SLOT="0"
25 KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
26 IUSE="berkdb iodbc mysql odbc postgres sqlite ssl static-libs +xml"
27
28 -# Drop the libtool dep once libltdl goes stable.
29 -RDEPEND="|| ( dev-libs/libltdl:0 <sys-devel/libtool-2.4.3-r2:2 )
30 +RDEPEND="dev-libs/libltdl:0
31 mysql? ( virtual/mysql )
32 sqlite? ( =dev-db/sqlite-3* )
33 berkdb? ( sys-libs/db )
34
35 diff --git a/dev-libs/redland/redland-1.0.16.ebuild b/dev-libs/redland/redland-1.0.16.ebuild
36 index dc5933e75bc..fd6b8780958 100644
37 --- a/dev-libs/redland/redland-1.0.16.ebuild
38 +++ b/dev-libs/redland/redland-1.0.16.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2017 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=4
45 @@ -13,8 +13,7 @@ SLOT="0"
46 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
47 IUSE="berkdb iodbc mysql odbc postgres sqlite static-libs +xml"
48
49 -# Drop the libtool dep once libltdl goes stable.
50 -RDEPEND="|| ( dev-libs/libltdl:0 <sys-devel/libtool-2.4.3-r2:2 )
51 +RDEPEND="dev-libs/libltdl:0
52 mysql? ( virtual/mysql )
53 sqlite? ( =dev-db/sqlite-3* )
54 berkdb? ( sys-libs/db )