diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-11 07:53:02 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-11 07:53:02 +0000 |
commit | 5ea3a54ee766bf7c9e97938318e1255b24d30a10 (patch) | |
tree | b7e986d8a99950fe6ffa65612c64a7fc7b563671 /x11-libs | |
parent | Fix them. (diff) | |
download | gentoo-2-5ea3a54ee766bf7c9e97938318e1255b24d30a10.tar.gz gentoo-2-5ea3a54ee766bf7c9e97938318e1255b24d30a10.tar.bz2 gentoo-2-5ea3a54ee766bf7c9e97938318e1255b24d30a10.zip |
Add modular X dependencies.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/Xaw3d/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild | 20 |
2 files changed, 21 insertions, 6 deletions
diff --git a/x11-libs/Xaw3d/ChangeLog b/x11-libs/Xaw3d/ChangeLog index f4e4749bb70a..315e7fa94a24 100644 --- a/x11-libs/Xaw3d/ChangeLog +++ b/x11-libs/Xaw3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/Xaw3d -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/ChangeLog,v 1.19 2004/10/24 12:20:30 usata Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/ChangeLog,v 1.20 2005/12/11 07:53:02 spyderous Exp $ + + 11 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; Xaw3d-1.5-r1.ebuild: + Add modular X dependencies. 24 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> Xaw3d-1.5-r1.ebuild: Stable on ppc-macos. diff --git a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild index b7148c2f18f4..af53f3964f4e 100644 --- a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild +++ b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.27 2004/10/24 12:20:30 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.28 2005/12/11 07:53:02 spyderous Exp $ # Ok, hopefully this will resolv the problem with the version of libXaw3d that # gets created. @@ -30,8 +30,20 @@ KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 ppc-macos" IUSE="" # There _might_ be something else, but I doubt it. -DEPEND="virtual/x11 - >=sys-apps/sed-4" +RDEPEND="|| ( ( x11-libs/libXt + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXpm + x11-libs/libXp + ) + virtual/x11 + )" +DEPEND="${RDEPEND} + >=sys-apps/sed-4 + || ( ( x11-proto/xextproto + ) + virtual/x11 + )" src_unpack() { unpack ${P}.tar.gz |