diff options
author | Dominik Kapusta <ayoy@gentoo.org> | 2010-10-16 10:19:51 +0000 |
---|---|---|
committer | Dominik Kapusta <ayoy@gentoo.org> | 2010-10-16 10:19:51 +0000 |
commit | 8595d54c163af4de4d770049f2eadb61a9d9ba17 (patch) | |
tree | 3bacebfcc70787a0f5cb276b1a89b886c22149b9 /dev-libs/qoauth/qoauth-1.0.1.ebuild | |
parent | Version bump, remove old ones, EAPI3 (diff) | |
download | gentoo-2-8595d54c163af4de4d770049f2eadb61a9d9ba17.tar.gz gentoo-2-8595d54c163af4de4d770049f2eadb61a9d9ba17.tar.bz2 gentoo-2-8595d54c163af4de4d770049f2eadb61a9d9ba17.zip |
Adding x11-libs/qt-test conditional dependency to compile and run tests (bug #337643).
(Portage version: 2.2_rc97/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/qoauth/qoauth-1.0.1.ebuild')
-rw-r--r-- | dev-libs/qoauth/qoauth-1.0.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/qoauth/qoauth-1.0.1.ebuild b/dev-libs/qoauth/qoauth-1.0.1.ebuild index c8ae54b1086d..cc5f19a2f04a 100644 --- a/dev-libs/qoauth/qoauth-1.0.1.ebuild +++ b/dev-libs/qoauth/qoauth-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qoauth/qoauth-1.0.1.ebuild,v 1.1 2010/08/01 14:48:43 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qoauth/qoauth-1.0.1.ebuild,v 1.2 2010/10/16 10:19:51 ayoy Exp $ EAPI="2" @@ -17,7 +17,8 @@ IUSE="debug doc static-libs test" COMMON_DEPEND="app-crypt/qca:2[debug?]" DEPEND="${COMMON_DEPEND} - doc? ( app-doc/doxygen )" + doc? ( app-doc/doxygen ) + test? ( x11-libs/qt-test )" RDEPEND="${COMMON_DEPEND} app-crypt/qca-ossl:2[debug?]" |