From: Caleb Tennis Date: Thu, 16 Mar 2006 13:15:08 +0000 (+0000) Subject: Change X dep to modular X scheme X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ce2aa499b984886c4c3de5a8f4f7c2adc3716db1;p=gentoo.git Change X dep to modular X scheme Package-Manager: portage-2.1_pre6-r3 --- 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 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