diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-24 08:20:09 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-24 08:20:09 +0000 |
commit | 2aa2daeec3241b48c16909bc43ac8b5d92b5d465 (patch) | |
tree | 3c6f7e8652b99ebd58a69a81b415610dba437d0a /x11-libs/openmotif/openmotif-2.2.3-r9.ebuild | |
parent | (#145291) This only makes sense on x86/amd64/ia64. (diff) | |
download | gentoo-2-2aa2daeec3241b48c16909bc43ac8b5d92b5d465.tar.gz gentoo-2-2aa2daeec3241b48c16909bc43ac8b5d92b5d465.tar.bz2 gentoo-2-2aa2daeec3241b48c16909bc43ac8b5d92b5d465.zip |
Remove virtual/x11 option from modular X deps.
(Portage version: 2.1.2_pre1-r1)
Diffstat (limited to 'x11-libs/openmotif/openmotif-2.2.3-r9.ebuild')
-rw-r--r-- | x11-libs/openmotif/openmotif-2.2.3-r9.ebuild | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild b/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild index f09f5ba7d172..d10167d609bf 100644 --- a/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild +++ b/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild,v 1.9 2006/07/13 07:08:59 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild,v 1.10 2006/09/24 08:20:09 dberkholz Exp $ inherit eutils libtool flag-o-matic multilib autotools @@ -17,21 +17,15 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 sh sparc x86 ~x86 IUSE="" RDEPEND="virtual/libc - || ( ( x11-libs/libXmu - x11-libs/libXaw - x11-libs/libXp - x11-proto/printproto - ) - virtual/x11 - ) + x11-libs/libXmu + x11-libs/libXaw + x11-libs/libXp + x11-proto/printproto >=x11-libs/motif-config-0.9" DEPEND="${RDEPEND} >=sys-apps/sed-4 - || ( ( x11-proto/xextproto - x11-misc/xbitmaps - ) - virtual/x11 - )" + x11-proto/xextproto + x11-misc/xbitmaps" PROVIDE="virtual/motif" |