From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/redland/
Date: Sun, 26 Aug 2018 09:39:43 +0000 (UTC) [thread overview]
Message-ID: <1535274366.558c3df03d059db3862f0ed2085ba7ad9c770c8e.mgorny@gentoo> (raw)
commit: 558c3df03d059db3862f0ed2085ba7ad9c770c8e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 09:06:06 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 09:06:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558c3df0
dev-libs/redland: Remove support for non-existent deps
dev-libs/redland/redland-1.0.15.ebuild | 5 ++---
dev-libs/redland/redland-1.0.16.ebuild | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/dev-libs/redland/redland-1.0.15.ebuild b/dev-libs/redland/redland-1.0.15.ebuild
index bc0fbf29714..931d328b87f 100644
--- a/dev-libs/redland/redland-1.0.15.ebuild
+++ b/dev-libs/redland/redland-1.0.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -13,8 +13,7 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="berkdb iodbc mysql odbc postgres sqlite ssl static-libs +xml"
-# Drop the libtool dep once libltdl goes stable.
-RDEPEND="|| ( dev-libs/libltdl:0 <sys-devel/libtool-2.4.3-r2:2 )
+RDEPEND="dev-libs/libltdl:0
mysql? ( virtual/mysql )
sqlite? ( =dev-db/sqlite-3* )
berkdb? ( sys-libs/db )
diff --git a/dev-libs/redland/redland-1.0.16.ebuild b/dev-libs/redland/redland-1.0.16.ebuild
index dc5933e75bc..fd6b8780958 100644
--- a/dev-libs/redland/redland-1.0.16.ebuild
+++ b/dev-libs/redland/redland-1.0.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -13,8 +13,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="berkdb iodbc mysql odbc postgres sqlite static-libs +xml"
-# Drop the libtool dep once libltdl goes stable.
-RDEPEND="|| ( dev-libs/libltdl:0 <sys-devel/libtool-2.4.3-r2:2 )
+RDEPEND="dev-libs/libltdl:0
mysql? ( virtual/mysql )
sqlite? ( =dev-db/sqlite-3* )
berkdb? ( sys-libs/db )
next reply other threads:[~2018-08-26 9:39 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-26 9:39 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-18 16:46 [gentoo-commits] repo/gentoo:master commit in: dev-libs/redland/ Sam James
2023-08-02 16:19 Sam James
2023-07-04 22:17 Conrad Kostecki
2022-09-07 3:37 Miroslav Šulc
2022-09-06 21:41 Sam James
2022-09-05 15:16 Jakov Smolić
2022-09-05 14:36 Jakov Smolić
2022-09-05 14:03 Agostino Sarubbo
2022-09-05 14:02 Agostino Sarubbo
2022-09-05 14:01 Agostino Sarubbo
2022-07-31 8:38 David Seifert
2021-12-13 5:54 Yixun Lan
2020-07-23 8:04 Kent Fredric
2019-05-21 22:43 Aaron Bauman
2019-05-13 0:18 Andreas Sturmlechner
2019-05-12 20:56 Thomas Deutschmann
2019-05-10 4:41 Markus Meier
2019-05-06 18:04 Tobias Klausmann
2019-04-08 18:04 Aaron Bauman
2019-04-05 19:03 Sergei Trofimovich
2019-02-11 15:12 Brian Evans
2018-11-18 12:11 Andreas Sturmlechner
2018-11-18 11:47 Mikle Kolyada
2018-10-04 7:28 Andreas Sturmlechner
2018-10-02 10:58 Tobias Klausmann
2018-09-28 8:45 Mikle Kolyada
2018-09-24 1:50 Thomas Deutschmann
2018-09-22 11:31 Sergei Trofimovich
2018-09-22 11:10 Sergei Trofimovich
2018-09-19 20:27 Sergei Trofimovich
2018-09-19 19:51 Sergei Trofimovich
2017-08-27 15:34 Michael Palimaka
2017-01-29 16:19 Fabian Groffen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1535274366.558c3df03d059db3862f0ed2085ba7ad9c770c8e.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox