diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-25 21:33:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-25 21:33:49 +0200 |
commit | e867931697837f40e45c3f6e466a08317e7d150f (patch) | |
tree | 4bc6ac3e930c66509ed31077b51982eb6ef39205 /app-backup/holland | |
parent | sys-process/usbtop: [QA] Fix PkgMetadataXmlEmptyElement (diff) | |
download | gentoo-e867931697837f40e45c3f6e466a08317e7d150f.tar.gz gentoo-e867931697837f40e45c3f6e466a08317e7d150f.tar.bz2 gentoo-e867931697837f40e45c3f6e466a08317e7d150f.zip |
app-backup/holland: Drop IUSE=mysql due to removed dep
Diffstat (limited to 'app-backup/holland')
-rw-r--r-- | app-backup/holland/holland-1.0.10.ebuild | 5 |
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 93923b276ab7..f7fadd3b2230 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? ( |