summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-06-17 17:03:17 +0000
committerJeroen Roovers <jer@gentoo.org>2014-06-17 17:03:17 +0000
commit0bce76c609a8cee687d6330fb7d6c29f9913abd3 (patch)
treef49e4e8a354304063cb5411f52f5430172357efe /www-client/qtweb/qtweb-3.8.5_p108.ebuild
parentUse multilib dependencies on expat & libxml. (diff)
downloadgentoo-2-0bce76c609a8cee687d6330fb7d6c29f9913abd3.tar.gz
gentoo-2-0bce76c609a8cee687d6330fb7d6c29f9913abd3.tar.bz2
gentoo-2-0bce76c609a8cee687d6330fb7d6c29f9913abd3.zip
Drop keywords until configuration storage problems have been fixed.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'www-client/qtweb/qtweb-3.8.5_p108.ebuild')
-rw-r--r--www-client/qtweb/qtweb-3.8.5_p108.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/www-client/qtweb/qtweb-3.8.5_p108.ebuild b/www-client/qtweb/qtweb-3.8.5_p108.ebuild
index 097735eb2e23..ff229a93db0b 100644
--- a/www-client/qtweb/qtweb-3.8.5_p108.ebuild
+++ b/www-client/qtweb/qtweb-3.8.5_p108.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/qtweb/qtweb-3.8.5_p108.ebuild,v 1.5 2014/06/12 18:01:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/qtweb/qtweb-3.8.5_p108.ebuild,v 1.6 2014/06/17 17:03:17 jer Exp $
EAPI=5
inherit qt4-r2
@@ -13,7 +13,7 @@ SRC_URI="https://codeload.github.com/magist3r/${MY_PN}/tar.gz/b${PV/*_p} -> ${P}
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
RDEPEND="
dev-qt/qtcore:4
@@ -27,6 +27,10 @@ DEPEND="
S=${WORKDIR}/${MY_PN}-b${PV/*_p}
+PATCHES=(
+ "${FILESDIR}"/${P}-default-download-path.patch
+)
+
src_install() {
dobin build/${MY_PN}
}