diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-12-13 08:04:15 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-12-13 08:04:15 +0000 |
commit | 9fd60520d98833723c8b1c805ecc3bb8d94a9007 (patch) | |
tree | 5cce2f2b3a01bce0c8204991ab3dcb251c45f3cd /x11-wm | |
parent | Stable on x86, wrt bug #490078 (diff) | |
download | gentoo-2-9fd60520d98833723c8b1c805ecc3bb8d94a9007.tar.gz gentoo-2-9fd60520d98833723c8b1c805ecc3bb8d94a9007.tar.bz2 gentoo-2-9fd60520d98833723c8b1c805ecc3bb8d94a9007.zip |
Added gdk-pixbuf:2 to RDEPEND (bug #494122)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/icewm/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/icewm/icewm-1.3.7-r1.ebuild | 5 | ||||
-rw-r--r-- | x11-wm/icewm/icewm-1.3.8.ebuild | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/x11-wm/icewm/ChangeLog b/x11-wm/icewm/ChangeLog index 683f985b3f7f..63184a325b0a 100644 --- a/x11-wm/icewm/ChangeLog +++ b/x11-wm/icewm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/icewm # Copyright 1999- Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/ChangeLog,v 1.161 2013/12/03 19:49:19 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/ChangeLog,v 1.162 2013/12/13 08:04:15 polynomial-c Exp $ + + 13 Dec 2013; Lars Wendler <polynomial-c@gentoo.org> icewm-1.3.7-r1.ebuild, + icewm-1.3.8.ebuild: + Added gdk-pixbuf:2 to RDEPEND. Thanks to Petr Bahula for reporting this in + bug #494122. *icewm-1.3.8 (03 Dec 2013) diff --git a/x11-wm/icewm/icewm-1.3.7-r1.ebuild b/x11-wm/icewm/icewm-1.3.7-r1.ebuild index ec0c310ed892..a453546eac3f 100644 --- a/x11-wm/icewm/icewm-1.3.7-r1.ebuild +++ b/x11-wm/icewm/icewm-1.3.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999- Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.3.7-r1.ebuild,v 1.8 2013/11/09 15:19:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.3.7-r1.ebuild,v 1.9 2013/12/13 08:04:15 polynomial-c Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -24,6 +24,7 @@ RESTRICT="test" S=${WORKDIR}/${P/_} RDEPEND=" + x11-libs/gdk-pixbuf:2 x11-libs/libX11 x11-libs/libXrandr x11-libs/libXext diff --git a/x11-wm/icewm/icewm-1.3.8.ebuild b/x11-wm/icewm/icewm-1.3.8.ebuild index 65c2708eeace..e382dafbd9db 100644 --- a/x11-wm/icewm/icewm-1.3.8.ebuild +++ b/x11-wm/icewm/icewm-1.3.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999- Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.3.8.ebuild,v 1.1 2013/12/03 19:49:19 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.3.8.ebuild,v 1.2 2013/12/13 08:04:15 polynomial-c Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -24,6 +24,7 @@ RESTRICT="test" S=${WORKDIR}/${P/_} RDEPEND=" + x11-libs/gdk-pixbuf:2 x11-libs/libX11 x11-libs/libXrandr x11-libs/libXext |