diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-04-13 22:44:46 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-04-13 22:44:46 +0000 |
commit | ff51cf9986783cfd62999ecd0d65c0c085b0d61c (patch) | |
tree | f5c35b44a1408f136fc4f0c2a1493c2c59e17a58 /net-im | |
parent | Version bump #314759. (diff) | |
download | gentoo-2-ff51cf9986783cfd62999ecd0d65c0c085b0d61c.tar.gz gentoo-2-ff51cf9986783cfd62999ecd0d65c0c085b0d61c.tar.bz2 gentoo-2-ff51cf9986783cfd62999ecd0d65c0c085b0d61c.zip |
add qt-webkit dependency, bug 315043
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/qutecom/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/qutecom/qutecom-2.2_p20100309.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-im/qutecom/ChangeLog b/net-im/qutecom/ChangeLog index 488dbcdce3e5..663701cc6f05 100644 --- a/net-im/qutecom/ChangeLog +++ b/net-im/qutecom/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/qutecom # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qutecom/ChangeLog,v 1.1 2010/03/09 16:35:15 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/qutecom/ChangeLog,v 1.2 2010/04/13 22:44:46 chithanh Exp $ + + 13 Apr 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + qutecom-2.2_p20100309.ebuild: + add qt-webkit dependency, bug 315043 *qutecom-2.2_p20100309 (09 Mar 2010) diff --git a/net-im/qutecom/qutecom-2.2_p20100309.ebuild b/net-im/qutecom/qutecom-2.2_p20100309.ebuild index 8c93c9b131a0..5c125603cc5d 100644 --- a/net-im/qutecom/qutecom-2.2_p20100309.ebuild +++ b/net-im/qutecom/qutecom-2.2_p20100309.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/net-im/qutecom/qutecom-2.2_p20100309.ebuild,v 1.1 2010/03/09 16:35:15 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/qutecom/qutecom-2.2_p20100309.ebuild,v 1.2 2010/04/13 22:44:46 chithanh Exp $ EAPI="3" @@ -32,6 +32,7 @@ RDEPEND="dev-libs/boost x11-libs/libX11 x11-libs/qt-gui x11-libs/qt-svg + x11-libs/qt-webkit xv? ( x11-libs/libXv )" DEPEND="${RDEPEND} app-arch/xz-utils" |