diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-26 11:06:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-26 11:06:06 +0200 |
commit | 558c3df03d059db3862f0ed2085ba7ad9c770c8e (patch) | |
tree | f76f63bc28f47c663e34c2e1ba1eb4db092b20b0 /dev-libs/redland | |
parent | dev-lang/scala: Remove support for non-existent deps (diff) | |
download | gentoo-558c3df03d059db3862f0ed2085ba7ad9c770c8e.tar.gz gentoo-558c3df03d059db3862f0ed2085ba7ad9c770c8e.tar.bz2 gentoo-558c3df03d059db3862f0ed2085ba7ad9c770c8e.zip |
dev-libs/redland: Remove support for non-existent deps
Diffstat (limited to 'dev-libs/redland')
-rw-r--r-- | dev-libs/redland/redland-1.0.15.ebuild | 5 | ||||
-rw-r--r-- | 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 bc0fbf29714c..931d328b87fe 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 dc5933e75bc1..fd6b87809580 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 ) |