summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-10-11 23:48:57 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-10-11 23:48:57 +0000
commit713b9eb87ea0a8594d47aa1aac8657720c04181f (patch)
tree242079ef17697edabe8ee36d345324de1f435a90 /x11-misc/xcompmgr
parentDon't fail on unrecognized chunks, bug #237835 (diff)
downloadgentoo-2-713b9eb87ea0a8594d47aa1aac8657720c04181f.tar.gz
gentoo-2-713b9eb87ea0a8594d47aa1aac8657720c04181f.tar.bz2
gentoo-2-713b9eb87ea0a8594d47aa1aac8657720c04181f.zip
Fix build dependencies.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'x11-misc/xcompmgr')
-rw-r--r--x11-misc/xcompmgr/ChangeLog6
-rw-r--r--x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-misc/xcompmgr/ChangeLog b/x11-misc/xcompmgr/ChangeLog
index 1ee0c7865c10..5ff0e9fe87a3 100644
--- a/x11-misc/xcompmgr/ChangeLog
+++ b/x11-misc/xcompmgr/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xcompmgr
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.29 2008/03/10 02:45:32 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.30 2008/10/11 23:48:57 flameeyes Exp $
+
+ 11 Oct 2008; Diego Pettenò <flameeyes@gentoo.org>
+ xcompmgr-1.1.3-r1.ebuild:
+ Fix build dependencies.
*xcompmgr-1.1.4 (10 Mar 2008)
diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild
index 20d12567e8bb..bbfc4a6a45af 100644
--- a/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild
+++ b/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild,v 1.5 2007/09/29 10:24:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.3-r1.ebuild,v 1.6 2008/10/11 23:48:57 flameeyes Exp $
inherit x-modular
@@ -13,5 +13,6 @@ IUSE=""
RDEPEND="x11-libs/libXrender
x11-libs/libXdamage
x11-libs/libXcomposite"
+DEPEND="${RDEPEND}"
PATCHES="${FILESDIR}/fix-unmapped-window-opacity.patch"