diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2012-02-08 20:05:53 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2012-02-08 20:05:53 +0000 |
commit | 6769c661c158cdebca9cc93935e3d90da549050c (patch) | |
tree | 2f0d787106566da4080b3381b72dee77ae14dc81 /net-im/kadu | |
parent | Stable for HPPA (bug #396993). (diff) | |
download | gentoo-2-6769c661c158cdebca9cc93935e3d90da549050c.tar.gz gentoo-2-6769c661c158cdebca9cc93935e3d90da549050c.tar.bz2 gentoo-2-6769c661c158cdebca9cc93935e3d90da549050c.zip |
Add libX11 dependencies, by Agostino Sarubbo.
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'net-im/kadu')
-rw-r--r-- | net-im/kadu/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/kadu/kadu-0.10.1.ebuild | 4 | ||||
-rw-r--r-- | net-im/kadu/kadu-0.11.0.ebuild | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/net-im/kadu/ChangeLog b/net-im/kadu/ChangeLog index f4dfab74a399..bf55cd8a522a 100644 --- a/net-im/kadu/ChangeLog +++ b/net-im/kadu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/kadu # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/ChangeLog,v 1.121 2012/02/08 18:54:13 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/ChangeLog,v 1.122 2012/02/08 20:05:53 reavertm Exp $ + + 08 Feb 2012; Maciej Mrozowski <reavertm@gentoo.org> kadu-0.10.1.ebuild, + kadu-0.11.0.ebuild: + Add libX11 dependencies, by Agostino Sarubbo. 08 Feb 2012; Maciej Mrozowski <reavertm@gentoo.org> kadu-0.10.1.ebuild, kadu-0.11.0.ebuild: diff --git a/net-im/kadu/kadu-0.10.1.ebuild b/net-im/kadu/kadu-0.10.1.ebuild index 6120e997115f..dcaa5381535c 100644 --- a/net-im/kadu/kadu-0.10.1.ebuild +++ b/net-im/kadu/kadu-0.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/kadu-0.10.1.ebuild,v 1.5 2012/02/08 18:54:13 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/kadu-0.10.1.ebuild,v 1.6 2012/02/08 20:05:53 reavertm Exp $ EAPI="4" @@ -25,6 +25,7 @@ REQUIRED_USE=" COMMON_DEPEND=" >=app-crypt/qca-2.0.0-r2 >=media-libs/libsndfile-1.0 + x11-libs/libX11 x11-libs/libXfixes x11-libs/libXScrnSaver >=x11-libs/qt-dbus-4.7.0:4 @@ -53,6 +54,7 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND} x11-proto/fixesproto x11-proto/scrnsaverproto + x11-proto/xproto " RDEPEND="${COMMON_DEPEND} app-crypt/qca-ossl:2 diff --git a/net-im/kadu/kadu-0.11.0.ebuild b/net-im/kadu/kadu-0.11.0.ebuild index e80be0d5bf73..d1cdf87ea426 100644 --- a/net-im/kadu/kadu-0.11.0.ebuild +++ b/net-im/kadu/kadu-0.11.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/kadu-0.11.0.ebuild,v 1.2 2012/02/08 18:54:13 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/kadu-0.11.0.ebuild,v 1.3 2012/02/08 20:05:53 reavertm Exp $ EAPI="4" @@ -24,6 +24,7 @@ REQUIRED_USE=" " COMMON_DEPEND=" >=app-crypt/qca-2.0.0-r2 + x11-libs/libX11 x11-libs/libXfixes x11-libs/libXScrnSaver >=x11-libs/qt-dbus-4.7.0:4 @@ -52,6 +53,7 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND} x11-proto/fixesproto x11-proto/scrnsaverproto + x11-proto/xproto " RDEPEND="${COMMON_DEPEND} app-crypt/qca-ossl:2 |