diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-10-02 13:56:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-10-02 13:56:59 +0000 |
commit | e9177725db1adf282581e4abf7ffdad8b5d5567c (patch) | |
tree | 59cae3cb78ca01cea72c69c35589b677009c597c /media-libs | |
parent | Version bump to 2.1.4 (imported from breakmygentoo.net, big thanks to Peter H... (diff) | |
download | gentoo-2-e9177725db1adf282581e4abf7ffdad8b5d5567c.tar.gz gentoo-2-e9177725db1adf282581e4abf7ffdad8b5d5567c.tar.bz2 gentoo-2-e9177725db1adf282581e4abf7ffdad8b5d5567c.zip |
force latest nasm for hidden support
(Portage version: 2.1.2_pre2)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libsdl/libsdl-1.2.11.ebuild b/media-libs/libsdl/libsdl-1.2.11.ebuild index bb433e117130..e9938e6f9216 100644 --- a/media-libs/libsdl/libsdl-1.2.11.ebuild +++ b/media-libs/libsdl/libsdl-1.2.11.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/media-libs/libsdl/libsdl-1.2.11.ebuild,v 1.15 2006/10/01 17:51:11 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11.ebuild,v 1.16 2006/10/02 13:56:59 vapier Exp $ inherit flag-o-matic toolchain-funcs eutils libtool @@ -48,7 +48,7 @@ DEPEND="${RDEPEND} x11-proto/xextproto x11-proto/xproto ) - x86? ( dev-lang/nasm )" + x86? ( >=dev-lang/nasm-0.98.39-r3 )" S=${WORKDIR}/SDL-${PV} |