diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 20:05:24 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 20:05:24 +0000 |
commit | c1c6ca4a1903e64b86b9291df5d02ce101eddaf5 (patch) | |
tree | 974619a925b541b4ecf552e67a80af7870eebed3 /dev-libs/uriparser/uriparser-0.7.7.ebuild | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-c1c6ca4a1903e64b86b9291df5d02ce101eddaf5.tar.gz gentoo-2-c1c6ca4a1903e64b86b9291df5d02ce101eddaf5.tar.bz2 gentoo-2-c1c6ca4a1903e64b86b9291df5d02ce101eddaf5.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'dev-libs/uriparser/uriparser-0.7.7.ebuild')
-rw-r--r-- | dev-libs/uriparser/uriparser-0.7.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/uriparser/uriparser-0.7.7.ebuild b/dev-libs/uriparser/uriparser-0.7.7.ebuild index c3b18758df86..070672c501a5 100644 --- a/dev-libs/uriparser/uriparser-0.7.7.ebuild +++ b/dev-libs/uriparser/uriparser-0.7.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.7.ebuild,v 1.7 2012/08/03 17:00:58 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.7.ebuild,v 1.8 2013/03/02 20:05:24 hwoarang Exp $ EAPI=4 @@ -18,7 +18,7 @@ IUSE="doc qt4 test unicode" RDEPEND="" DEPEND="virtual/pkgconfig doc? ( >=app-doc/doxygen-1.5.8 - qt4? ( x11-libs/qt-assistant:4 ) ) + qt4? ( dev-qt/qthelp:4 ) ) test? ( >=dev-util/cpptest-1.1.1 )" REQUIRED_USE="test? ( unicode )" |