summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@gentoo.org>2006-07-10 08:27:21 +0000
committerEmanuele Giaquinta <exg@gentoo.org>2006-07-10 08:27:21 +0000
commitf1d93d43c5bc92d32c281fec5704a4eb4f77c332 (patch)
tree61221fdc844cc7a9052f491a4d530dfb4a51d927 /x11-libs
parentCleanup (diff)
downloadgentoo-2-f1d93d43c5bc92d32c281fec5704a4eb4f77c332.tar.gz
gentoo-2-f1d93d43c5bc92d32c281fec5704a4eb4f77c332.tar.bz2
gentoo-2-f1d93d43c5bc92d32c281fec5704a4eb4f77c332.zip
Adjust virtual/x11 atom in DEPEND to avoid circular deps, bug #133671.
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/dnd/ChangeLog5
-rw-r--r--x11-libs/dnd/dnd-1.1-r1.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-libs/dnd/ChangeLog b/x11-libs/dnd/ChangeLog
index 9a936a2e5cc4..93b7bb41beb9 100644
--- a/x11-libs/dnd/ChangeLog
+++ b/x11-libs/dnd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/dnd
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/ChangeLog,v 1.14 2006/05/04 16:17:40 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/ChangeLog,v 1.15 2006/07/10 08:27:21 exg Exp $
+
+ 10 Jul 2006; Emanuele Giaquinta <exg@gentoo.org> dnd-1.1-r1.ebuild:
+ Adjust virtual/x11 atom in DEPEND to avoid circular deps, bug #133671.
04 May 2006; Harald van Dijk <truedfx@gentoo.org>
files/Makefile-fix.patch, dnd-1.1-r1.ebuild:
diff --git a/x11-libs/dnd/dnd-1.1-r1.ebuild b/x11-libs/dnd/dnd-1.1-r1.ebuild
index 78990048a1e4..56d1b414e501 100644
--- a/x11-libs/dnd/dnd-1.1-r1.ebuild
+++ b/x11-libs/dnd/dnd-1.1-r1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/dnd-1.1-r1.ebuild,v 1.2 2006/05/04 16:17:40 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/dnd-1.1-r1.ebuild,v 1.3 2006/07/10 08:27:21 exg Exp $
inherit eutils
S="${WORKDIR}/DND/DNDlib"
DESCRIPTION="OffiX' Drag'n'drop library"
-HOMEPAGE="http://leb.net/OffiX"
-SRC_URI="http://leb.net/OffiX/dnd.1.1.tgz"
+HOMEPAGE="http://leb.net/offix"
+SRC_URI="http://leb.net/offix/dnd.1.1.tgz"
IUSE=""
SLOT="0"
LICENSE="GPL-2 LGPL-2"
@@ -22,7 +22,7 @@ DEPEND="|| (
>=x11-libs/libSM-1.0.0
>=x11-libs/libXaw-1.0.1
>=x11-proto/xproto-7.0.4 )
- virtual/x11 )"
+ <virtual/x11-7.0 )"
src_unpack() {
unpack dnd.1.1.tgz