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 | 51275ec680941439ddfe136770db09cb55142c7e (patch) | |
tree | 94f8bd4e4d1176fe67a07f1670bde210618be539 /dev-libs/libstroke/libstroke-0.5.1.ebuild | |
parent | Marked ppc stable for bug #119634; Stabilize Gnome-2.12.2 (diff) | |
download | historical-51275ec680941439ddfe136770db09cb55142c7e.tar.gz historical-51275ec680941439ddfe136770db09cb55142c7e.tar.bz2 historical-51275ec680941439ddfe136770db09cb55142c7e.zip |
Port over to modular X.
Package-Manager: portage-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} |