diff options
Diffstat (limited to 'media-libs/openexr/openexr-1.2.1.ebuild')
-rw-r--r-- | media-libs/openexr/openexr-1.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/openexr/openexr-1.2.1.ebuild b/media-libs/openexr/openexr-1.2.1.ebuild index 35a2d80385b6..23b027ddf102 100644 --- a/media-libs/openexr/openexr-1.2.1.ebuild +++ b/media-libs/openexr/openexr-1.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/openexr-1.2.1.ebuild,v 1.2 2005/01/11 21:41:03 zypher Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr/openexr-1.2.1.ebuild,v 1.3 2005/02/16 01:45:56 weeve Exp $ MY_P=OpenEXR-${PV} S=${WORKDIR}/${MY_P} @@ -11,7 +11,7 @@ HOMEPAGE="http://www.openexr.com" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc" IUSE="doc" DEPEND="x11-libs/fltk" |