diff options
Diffstat (limited to 'dev-embedded/ponyprog/ponyprog-2.06c.ebuild')
-rw-r--r-- | dev-embedded/ponyprog/ponyprog-2.06c.ebuild | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/dev-embedded/ponyprog/ponyprog-2.06c.ebuild b/dev-embedded/ponyprog/ponyprog-2.06c.ebuild index f415e0395b4f..7b03227be00e 100644 --- a/dev-embedded/ponyprog/ponyprog-2.06c.ebuild +++ b/dev-embedded/ponyprog/ponyprog-2.06c.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-embedded/ponyprog/ponyprog-2.06c.ebuild,v 1.7 2005/04/23 23:49:34 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/ponyprog/ponyprog-2.06c.ebuild,v 1.8 2006/03/16 13:57:02 caleb Exp $ S=${WORKDIR} DESCRIPTION="EEprom e Pic Programmer" @@ -11,7 +11,16 @@ SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="" -RDEPEND="virtual/x11 +RDEPEND="|| ( ( + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXmu + x11-libs/libXaw + x11-libs/libXpm ) + virtual/x11 ) sys-libs/lib-compat sys-libs/glibc" |