summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2006-03-16 13:15:08 +0000
committerCaleb Tennis <caleb@gentoo.org>2006-03-16 13:15:08 +0000
commit437efae1196c1a0d22c8c0fe4933258cfbffdece (patch)
tree310b99ad09465d89ac0941d97069bda63ced62ad /x11-misc
parentFix X dep to modular X (diff)
downloadgentoo-2-437efae1196c1a0d22c8c0fe4933258cfbffdece.tar.gz
gentoo-2-437efae1196c1a0d22c8c0fe4933258cfbffdece.tar.bz2
gentoo-2-437efae1196c1a0d22c8c0fe4933258cfbffdece.zip
Change X dep to modular X scheme
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xse/ChangeLog8
-rw-r--r--x11-misc/xse/xse-2.0.ebuild6
-rw-r--r--x11-misc/xse/xse-2.1.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-misc/xse/ChangeLog b/x11-misc/xse/ChangeLog
index 41c3a15b9912..042368203c23 100644
--- a/x11-misc/xse/ChangeLog
+++ b/x11-misc/xse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xse
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v 1.4 2005/09/25 16:41:50 taviso Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v 1.5 2006/03/16 13:15:08 caleb Exp $
+
+ 16 Mar 2006; Caleb Tennis <caleb@gentoo.org> xse-2.0.ebuild,
+ xse-2.1.ebuild:
+ Change X dep to modular X scheme
*xse-2.1 (25 Sep 2005)
diff --git a/x11-misc/xse/xse-2.0.ebuild b/x11-misc/xse/xse-2.0.ebuild
index ad2612f842ee..3e91985449b5 100644
--- a/x11-misc/xse/xse-2.0.ebuild
+++ b/x11-misc/xse/xse-2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.0.ebuild,v 1.4 2005/04/28 06:25:02 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.0.ebuild,v 1.5 2006/03/16 13:15:08 caleb Exp $
inherit eutils
@@ -20,7 +20,7 @@ SLOT="0"
KEYWORDS="x86 ~ppc"
IUSE=""
-DEPEND="virtual/x11"
+DEPEND="|| ( x11-libs/libXt virtual/x11 )"
src_unpack() {
local i
diff --git a/x11-misc/xse/xse-2.1.ebuild b/x11-misc/xse/xse-2.1.ebuild
index 91ebc4975ad1..c9b2a4059890 100644
--- a/x11-misc/xse/xse-2.1.ebuild
+++ b/x11-misc/xse/xse-2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.1 2005/09/25 16:41:50 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.2 2006/03/16 13:15:08 caleb Exp $
inherit eutils
@@ -11,7 +11,7 @@ LICENSE="X11"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
-DEPEND="virtual/x11"
+DEPEND="|| ( x11-libs/libXt virtual/x11 )"
src_compile() {
xmkmf -a &> /dev/null || die