diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2011-07-17 17:39:15 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2011-07-17 17:39:15 +0000 |
commit | 676c118abd6a53fe07829fc092e347a231326429 (patch) | |
tree | 3264ae27e47c17a91691c4bf478a263df83f015e /net-im/kadu/kadu-0.9.2.ebuild | |
parent | New package, bug 298675. Thanks to Arne Babenhauserheide for the ebuild. (diff) | |
download | historical-676c118abd6a53fe07829fc092e347a231326429.tar.gz historical-676c118abd6a53fe07829fc092e347a231326429.tar.bz2 historical-676c118abd6a53fe07829fc092e347a231326429.zip |
Added missing dependency on x11-libs/qt-svg (needed to render themes) as reported by Paweł Plicner. Remove old.
Package-Manager: portage-2.2.0_alpha45/cvs/Linux x86_64
Diffstat (limited to 'net-im/kadu/kadu-0.9.2.ebuild')
-rw-r--r-- | net-im/kadu/kadu-0.9.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/kadu/kadu-0.9.2.ebuild b/net-im/kadu/kadu-0.9.2.ebuild index 95fec8048602..f5292afd6daa 100644 --- a/net-im/kadu/kadu-0.9.2.ebuild +++ b/net-im/kadu/kadu-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/kadu-0.9.2.ebuild,v 1.3 2011/07/13 21:00:49 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/kadu-0.9.2.ebuild,v 1.4 2011/07/17 17:39:15 reavertm Exp $ EAPI="4" @@ -34,6 +34,7 @@ COMMON_DEPEND=" >=x11-libs/qt-dbus-4.4:4 >=x11-libs/qt-gui-4.4:4[qt3support] >=x11-libs/qt-sql-4.4:4[sqlite] + >=x11-libs/qt-svg-4.4:4 >=x11-libs/qt-webkit-4.4:4 alsa? ( media-libs/alsa-lib ) ao? ( media-libs/libao ) |