diff options
Diffstat (limited to 'media-libs/jasper/jasper-1.900.1-r1.ebuild')
-rw-r--r-- | media-libs/jasper/jasper-1.900.1-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/jasper/jasper-1.900.1-r1.ebuild b/media-libs/jasper/jasper-1.900.1-r1.ebuild index 4b2632712311..748eeaf3a6a9 100644 --- a/media-libs/jasper/jasper-1.900.1-r1.ebuild +++ b/media-libs/jasper/jasper-1.900.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r1.ebuild,v 1.10 2007/07/13 09:53:59 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r1.ebuild,v 1.11 2008/10/07 08:36:02 phosphan Exp $ inherit libtool eutils @@ -8,7 +8,7 @@ DESCRIPTION="software-based implementation of the codec specified in the JPEG-20 HOMEPAGE="http://www.ece.uvic.ca/~mdadams/jasper/" SRC_URI="http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-${PV}.zip" -LICENSE="JasPer" +LICENSE="JasPer2.0" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="opengl jpeg" @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch "${FILESDIR}"/${PN}-overflow-fix.patch |