summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Brewer <tomboy64@sina.cn>2016-04-06 02:11:55 +0200
committerIan Delaney <idella4@gentoo.org>2016-04-06 15:10:31 +0800
commit4219ef5e126e9f93a8950bf064d508421c910099 (patch)
treef536f96307004a2df2de91657eb3301654b9492f /app-text
parentapp-text/sigil-0.9.4: remove old version (diff)
downloadgentoo-4219ef5e126e9f93a8950bf064d508421c910099.tar.gz
gentoo-4219ef5e126e9f93a8950bf064d508421c910099.tar.bz2
gentoo-4219ef5e126e9f93a8950bf064d508421c910099.zip
app-text/sigil: vn. 0.9.5; remove unneeded deps and sed
Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches Closes: https://github.com/gentoo/gentoo/pull/1204 Signed-off-by: Ian Delaney <idella4@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/sigil/sigil-0.9.5.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/app-text/sigil/sigil-0.9.5.ebuild b/app-text/sigil/sigil-0.9.5.ebuild
index ad8e7cb8fed9..9a890d2a142f 100644
--- a/app-text/sigil/sigil-0.9.5.ebuild
+++ b/app-text/sigil/sigil-0.9.5.ebuild
@@ -36,13 +36,9 @@ RDEPEND="
>=dev-qt/qtconcurrent-5.4:5
>=dev-qt/qtcore-5.4:5
>=dev-qt/qtgui-5.4:5
- >=dev-qt/qtnetwork-5.4:5
>=dev-qt/qtprintsupport-5.4:5
- >=dev-qt/qtsvg-5.4:5
>=dev-qt/qtwebkit-5.4:5
>=dev-qt/qtwidgets-5.4:5
- >=dev-qt/qtxml-5.4:5
- >=dev-qt/qtxmlpatterns-5.4:5
sys-libs/zlib[minizip]
"
DEPEND="${RDEPEND}
@@ -57,7 +53,6 @@ DOCS=( ChangeLog.txt README.md )
src_prepare() {
# sigil tries to copy non-needed qt libs for deb package, safe to ignore this completely
- sed -e '/set( QT_LIBS/d' -i src/CMakeLists.txt || die "sed failed"
eapply "${FILESDIR}/sigil-0.9.4-proper-gumbo-install.patch"
eapply_user