diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2006-01-22 16:05:30 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2006-01-22 16:05:30 +0000 |
commit | 74f151b865659d3c0f25d4e01bc91465b57814ae (patch) | |
tree | 4fde64a55231d5dc66b2ff4efac4974dce72967a /dev-libs/libstroke | |
parent | Port to modular X; clear up stale ebuilds. (diff) | |
download | gentoo-2-74f151b865659d3c0f25d4e01bc91465b57814ae.tar.gz gentoo-2-74f151b865659d3c0f25d4e01bc91465b57814ae.tar.bz2 gentoo-2-74f151b865659d3c0f25d4e01bc91465b57814ae.zip |
Fix up (R)DEPEND.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-libs/libstroke')
-rw-r--r-- | dev-libs/libstroke/libstroke-0.5.1.ebuild | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/dev-libs/libstroke/libstroke-0.5.1.ebuild b/dev-libs/libstroke/libstroke-0.5.1.ebuild index 2baeb7527602..ae8e1732bc14 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-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.15 2006/01/22 14:24:14 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/libstroke-0.5.1.ebuild,v 1.16 2006/01/22 16:05:30 plasmaroo Exp $ inherit eutils @@ -15,19 +15,10 @@ IUSE="" DEPEND="virtual/libc =x11-libs/gtk+-1* - || ( ( x11-proto/xproto - x11-libs/libX11 - ) + || ( x11-proto/xproto virtual/x11 )" -RDEPEND="|| ( ( x11-libs/libXi - x11-libs/libX11 - x11-libs/libXext - ) - virtual/x11 - )" - src_unpack() { unpack ${A} epatch ${FILESDIR}/${P}-m4_syntax.patch |