diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-12-13 08:04:16 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-12-13 08:04:16 +0000 |
commit | 0f6fefdf790a43c9695d2ebdf1d8368a4f881795 (patch) | |
tree | 8b4967bb8bedef4c51069dee6f124918f408befb /x11-wm/icewm/icewm-1.3.8.ebuild | |
parent | Stable on x86, wrt bug #490078 (diff) | |
download | historical-0f6fefdf790a43c9695d2ebdf1d8368a4f881795.tar.gz historical-0f6fefdf790a43c9695d2ebdf1d8368a4f881795.tar.bz2 historical-0f6fefdf790a43c9695d2ebdf1d8368a4f881795.zip |
Added gdk-pixbuf:2 to RDEPEND (bug #494122)
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0x981CA6FC
Diffstat (limited to 'x11-wm/icewm/icewm-1.3.8.ebuild')
-rw-r--r-- | x11-wm/icewm/icewm-1.3.8.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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 |