Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 649170 | Differences between
and this patch

Collapse All | Expand All

(-)a/otter-0.9.95.ebuild (-2 / +3 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2017 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
EAPI=6
3
EAPI=6
Lines 11-17 Link Here
11
LICENSE="GPL-3"
11
LICENSE="GPL-3"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~amd64 ~ppc64 ~x86"
13
KEYWORDS="~amd64 ~ppc64 ~x86"
14
IUSE="spell"
14
IUSE="webengine spell"
15
DEPEND="
15
DEPEND="
16
	dev-qt/qtconcurrent:5
16
	dev-qt/qtconcurrent:5
Lines 28-33 Link Here
28
	dev-qt/qtwebkit:5
28
	dev-qt/qtwebkit:5
29
	dev-qt/qtwidgets:5
29
	dev-qt/qtwidgets:5
30
	dev-qt/qtxmlpatterns:5
30
	dev-qt/qtxmlpatterns:5
31
	webengine? ( dev-qt/qtwebengine:5[widgets] )
31
	spell? ( kde-frameworks/sonnet )
32
	spell? ( kde-frameworks/sonnet )
32
"
33
"
33
RDEPEND="
34
RDEPEND="

Return to bug 649170