diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-21 00:04:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-21 00:04:26 +0000 |
commit | 53e83b64a120f03b786643ab377f953298b62225 (patch) | |
tree | 0e4eb337875d1ff16f648be08964d944d50b4149 /sys-libs | |
parent | Bump ppc-macos and macos version to take care of bug #67756. Removed tsocks ... (diff) | |
download | gentoo-2-53e83b64a120f03b786643ab377f953298b62225.tar.gz gentoo-2-53e83b64a120f03b786643ab377f953298b62225.tar.bz2 gentoo-2-53e83b64a120f03b786643ab377f953298b62225.zip |
add libsdl to RDEPEND #58324
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/lib-compat/lib-compat-1.4.ebuild b/sys-libs/lib-compat/lib-compat-1.4.ebuild index 4ddb130f0433..c048646ee4ed 100644 --- a/sys-libs/lib-compat/lib-compat-1.4.ebuild +++ b/sys-libs/lib-compat/lib-compat-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.ebuild,v 1.1 2004/10/09 23:04:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.ebuild,v 1.2 2004/10/21 00:04:26 vapier Exp $ DESCRIPTION="Compatibility C++ and libc5 and libc6 libraries for programs new and old" HOMEPAGE="http://www.gentoo.org/" @@ -11,7 +11,8 @@ SLOT="0" KEYWORDS="x86 ppc sparc alpha" IUSE="sdl" -DEPEND="virtual/libc" +RDEPEND="virtual/libc + sdl? ( media-libs/libsdl )" S=${WORKDIR}/${P}/${ARCH} |