diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2006-01-22 14:24:14 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2006-01-22 14:24:14 +0000 |
commit | 0aa2859c0dc150a6f8fc3e5a76f7171d39602efc (patch) | |
tree | 2b6a431f028e0ba31a18cbf4a470f0c598946c90 /dev-libs/libstroke/libstroke-0.5.1.ebuild | |
parent | Marked ppc stable for bug #119634; Stabilize Gnome-2.12.2 (diff) | |
download | gentoo-2-0aa2859c0dc150a6f8fc3e5a76f7171d39602efc.tar.gz gentoo-2-0aa2859c0dc150a6f8fc3e5a76f7171d39602efc.tar.bz2 gentoo-2-0aa2859c0dc150a6f8fc3e5a76f7171d39602efc.zip |
Port over to modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-libs/libstroke/libstroke-0.5.1.ebuild')
-rw-r--r-- | dev-libs/libstroke/libstroke-0.5.1.ebuild | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/dev-libs/libstroke/libstroke-0.5.1.ebuild b/dev-libs/libstroke/libstroke-0.5.1.ebuild index 3fa9aff732de..2baeb7527602 100644 --- a/dev-libs/libstroke/libstroke-0.5.1.ebuild +++ b/dev-libs/libstroke/libstroke-0.5.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/dev-libs/libstroke/libstroke-0.5.1.ebuild,v 1.14 2005/11/14 18:09:44 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/libstroke-0.5.1.ebuild,v 1.15 2006/01/22 14:24:14 plasmaroo Exp $ inherit eutils @@ -15,7 +15,18 @@ IUSE="" DEPEND="virtual/libc =x11-libs/gtk+-1* - virtual/x11" + || ( ( x11-proto/xproto + x11-libs/libX11 + ) + virtual/x11 + )" + +RDEPEND="|| ( ( x11-libs/libXi + x11-libs/libX11 + x11-libs/libXext + ) + virtual/x11 + )" src_unpack() { unpack ${A} |