diff options
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/qoauth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/qoauth/qoauth-1.0.1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-libs/qoauth/ChangeLog b/dev-libs/qoauth/ChangeLog index ffa584827067..54c84e77005f 100644 --- a/dev-libs/qoauth/ChangeLog +++ b/dev-libs/qoauth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/qoauth # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qoauth/ChangeLog,v 1.8 2010/08/01 14:48:43 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qoauth/ChangeLog,v 1.9 2010/10/16 10:19:51 ayoy Exp $ + + 16 Oct 2010; Dominik Kapusta <ayoy@gentoo.org> qoauth-1.0.1.ebuild: + Adding x11-libs/qt-test conditional dependency to compile and run tests + (bug #337643). *qoauth-1.0.1 (01 Aug 2010) 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?]" |