diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-01-05 11:09:27 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-01-05 11:09:27 +0000 |
commit | 31e6fab6f8b73b50af188c4c0bebd8c222ad20cf (patch) | |
tree | 261206942442a724c654dbf082b639fb53ce05a8 /x11-themes/qtcurve | |
parent | Cleanup due http://gentoo.2317880.n4.nabble.com/app-dicts-herd-is-empty-td271... (diff) | |
download | gentoo-2-31e6fab6f8b73b50af188c4c0bebd8c222ad20cf.tar.gz gentoo-2-31e6fab6f8b73b50af188c4c0bebd8c222ad20cf.tar.bz2 gentoo-2-31e6fab6f8b73b50af188c4c0bebd8c222ad20cf.zip |
Added dependency on x11-libs/xcb-util-image (bug #497120)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'x11-themes/qtcurve')
-rw-r--r-- | x11-themes/qtcurve/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-themes/qtcurve/ChangeLog b/x11-themes/qtcurve/ChangeLog index b4aa77a9a9de..ec293e03386c 100644 --- a/x11-themes/qtcurve/ChangeLog +++ b/x11-themes/qtcurve/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/qtcurve -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.79 2013/11/04 14:26:10 polynomial-c Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.80 2014/01/05 11:09:27 polynomial-c Exp $ + + 05 Jan 2014; Lars Wendler <polynomial-c@gentoo.org> qtcurve-1.8.17-r1.ebuild: + Added dependency on x11-libs/xcb-util-image as requested in bug #497120 by + Zorzo Luca. *qtcurve-1.8.17-r1 (04 Nov 2013) diff --git a/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild b/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild index a2f74c1443ef..485ec7e12399 100644 --- a/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild +++ b/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild,v 1.1 2013/11/04 14:26:10 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild,v 1.2 2014/01/05 11:09:27 polynomial-c Exp $ EAPI=5 KDE_REQUIRED="optional" @@ -27,7 +27,8 @@ REQUIRED_USE="gtk? ( X ) || ( gtk qt4 qt5 )" RDEPEND="X? ( x11-libs/libxcb - x11-libs/libX11 ) + x11-libs/libX11 + x11-libs/xcb-util-image ) gtk? ( x11-libs/gtk+:2 ) qt4? ( dev-qt/qtdbus:4 dev-qt/qtgui:4 |