summaryrefslogtreecommitdiff
path: root/app-backup
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-25 21:33:49 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-25 21:33:49 +0200
commite867931697837f40e45c3f6e466a08317e7d150f (patch)
tree4bc6ac3e930c66509ed31077b51982eb6ef39205 /app-backup
parent84fef169852f76444ede88bb611a14b923532521 (diff)
downloadgentoo-e867931697837f40e45c3f6e466a08317e7d150f.tar.gz
gentoo-e867931697837f40e45c3f6e466a08317e7d150f.tar.xz
app-backup/holland: Drop IUSE=mysql due to removed dep
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/holland/holland-1.0.10.ebuild5
1 files changed, 2 insertions, 3 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? (