commit: e867931697837f40e45c3f6e466a08317e7d150f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Aug 25 19:33:49 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Aug 25 19:33:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8679316
app-backup/holland: Drop IUSE=mysql due to removed dep app-backup/holland/holland-1.0.10.ebuild | 5 ++--- profiles/base/package.use.mask | 4 ---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/app-backup/holland/holland-1.0.10.ebuild b/app-backup/holland/holland-1.0.10.ebuild index 93923b276ab..f7fadd3b223 100644 --- a/app-backup/holland/holland-1.0.10.ebuild +++ b/app-backup/holland/holland-1.0.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,14 +13,13 @@ SRC_URI="http://hollandbackup.org/releases/stable/${PV%.*}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc examples +mysql postgres sqlite" +IUSE="doc examples postgres sqlite" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) " RDEPEND=" - mysql? ( ~app-backup/holland-backup-mysql-meta-${PV}[${PYTHON_USEDEP}] ) postgres? ( ~app-backup/holland-backup-pgdump-${PV}[${PYTHON_USEDEP}] ) sqlite? ( ~app-backup/holland-backup-sqlite-${PV}[${PYTHON_USEDEP}] ) examples? ( diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 2bc22dc1ce3..7b976d1c5be 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -71,10 +71,6 @@ sci-libs/ipopt hsl # in tree uses the latter at the moment (#645562) dev-lang/rust extended -# Pacho Ramos <[email protected]> (18 Mar 2018) -# app-backup/holland-lib-mysql will be removed (#643502) -app-backup/holland mysql - # Pacho Ramos <[email protected]> (18 Mar 2018) # media-sound/mp3gain and media-sound/aacgain will be removed (#630954). media-sound/abcde lame
