summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2010-10-05 20:29:16 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2010-10-05 20:29:16 +0000
commit09231f0d1899b371f52330e4873910cc3f9ba8f0 (patch)
tree0d0d6b1a729881d488eef0fc21646f6e17090fdc /x11-plugins/wmxres
parentx86 stable, bug #330663 (diff)
downloadgentoo-2-09231f0d1899b371f52330e4873910cc3f9ba8f0.tar.gz
gentoo-2-09231f0d1899b371f52330e4873910cc3f9ba8f0.tar.bz2
gentoo-2-09231f0d1899b371f52330e4873910cc3f9ba8f0.zip
Newer dga headers require libXxf86dga, thanks Agostino Sarubbo <ago@autistici.org> in bug #338805
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmxres')
-rw-r--r--x11-plugins/wmxres/ChangeLog6
-rw-r--r--x11-plugins/wmxres/wmxres-1.2.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-plugins/wmxres/ChangeLog b/x11-plugins/wmxres/ChangeLog
index 09d78b4a0013..ada635fafd37 100644
--- a/x11-plugins/wmxres/ChangeLog
+++ b/x11-plugins/wmxres/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmxres
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.8 2010/08/23 17:52:51 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.9 2010/10/05 20:29:16 voyageur Exp $
+
+ 05 Oct 2010; Bernard Cafarelli <voyageur@gentoo.org> wmxres-1.2.ebuild:
+ Newer dga headers require libXxf86dga, thanks Agostino Sarubbo
+ <ago@autistici.org> in bug #338805
23 Aug 2010; Bernard Cafarelli <voyageur@gentoo.org> wmxres-1.2.ebuild:
Respect LDFLAGS, bug #331821 by flameeyes
diff --git a/x11-plugins/wmxres/wmxres-1.2.ebuild b/x11-plugins/wmxres/wmxres-1.2.ebuild
index d756961a875b..6592b67f30b5 100644
--- a/x11-plugins/wmxres/wmxres-1.2.ebuild
+++ b/x11-plugins/wmxres/wmxres-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v 1.8 2010/08/23 17:52:51 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v 1.9 2010/10/05 20:29:16 voyageur Exp $
inherit eutils multilib toolchain-funcs
@@ -18,9 +18,9 @@ RDEPEND="x11-libs/libX11
x11-libs/libXpm
x11-libs/libXxf86vm"
DEPEND="${RDEPEND}
+ x11-libs/libXxf86dga
x11-proto/xextproto
- x11-proto/xf86vidmodeproto
- x11-proto/xf86dgaproto"
+ x11-proto/xf86vidmodeproto"
S=${WORKDIR}/${PN}.app