summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-11-22 17:25:07 +0000
committerJustin Lecher <jlec@gentoo.org>2010-11-22 17:25:07 +0000
commitb6d15b57d7dee7e36bd00c3ffe5e5d355b5c6085 (patch)
tree5c8af4227a5b926c89b3ab7d3963688a51ba2039 /x11-misc
parentVersion bump (diff)
downloadgentoo-2-b6d15b57d7dee7e36bd00c3ffe5e5d355b5c6085.tar.gz
gentoo-2-b6d15b57d7dee7e36bd00c3ffe5e5d355b5c6085.tar.bz2
gentoo-2-b6d15b57d7dee7e36bd00c3ffe5e5d355b5c6085.zip
Remove dga dependency, fixes #346195
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xaos/ChangeLog5
-rw-r--r--x11-misc/xaos/xaos-3.5-r1.ebuild4
2 files changed, 5 insertions, 4 deletions
diff --git a/x11-misc/xaos/ChangeLog b/x11-misc/xaos/ChangeLog
index 6c42725261a3..ee9ae3daef29 100644
--- a/x11-misc/xaos/ChangeLog
+++ b/x11-misc/xaos/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xaos
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/ChangeLog,v 1.34 2010/11/07 13:12:01 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/ChangeLog,v 1.35 2010/11/22 17:25:07 jlec Exp $
+
+ 22 Nov 2010; Justin Lecher <jlec@gentoo.org> xaos-3.5-r1.ebuild:
+ Remove dga dependency, fixes #346195
07 Nov 2010; Markos Chandras <hwoarang@gentoo.org> xaos-3.5-r1.ebuild:
Stable on amd64 wrt bug #342295
diff --git a/x11-misc/xaos/xaos-3.5-r1.ebuild b/x11-misc/xaos/xaos-3.5-r1.ebuild
index 3242198090c8..97560a0e6c58 100644
--- a/x11-misc/xaos/xaos-3.5-r1.ebuild
+++ b/x11-misc/xaos/xaos-3.5-r1.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-misc/xaos/xaos-3.5-r1.ebuild,v 1.2 2010/11/07 13:12:01 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/xaos-3.5-r1.ebuild,v 1.3 2010/11/22 17:25:07 jlec Exp $
EAPI=2
inherit eutils autotools
@@ -20,7 +20,6 @@ RDEPEND="sys-libs/zlib
gtk? ( >=x11-libs/gtk+-2 )
png? ( media-libs/libpng )
X? ( x11-libs/libX11
- x11-libs/libXxf86dga
x11-libs/libXext
x11-libs/libXxf86vm )"
@@ -30,7 +29,6 @@ DEPEND="${RDEPEND}
dev-texlive/texlive-texinfo )
X? ( x11-proto/xf86vidmodeproto
x11-proto/xextproto
- x11-proto/xf86dgaproto
x11-proto/xproto )"
src_prepare() {