ssuominen 14/08/24 05:48:02 Modified: ilmbase-2.2.0.ebuild Log: Fix minor typo inside comment. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.2 media-libs/ilmbase/ilmbase-2.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ilmbase/ilmbase-2.2.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ilmbase/ilmbase-2.2.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ilmbase/ilmbase-2.2.0.ebuild?r1=1.1&r2=1.2 Index: ilmbase-2.2.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/ilmbase/ilmbase-2.2.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ilmbase-2.2.0.ebuild 22 Aug 2014 21:56:10 -0000 1.1 +++ ilmbase-2.2.0.ebuild 24 Aug 2014 05:48:02 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ilmbase/ilmbase-2.2.0.ebuild,v 1.1 2014/08/22 21:56:10 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ilmbase/ilmbase-2.2.0.ebuild,v 1.2 2014/08/24 05:48:02 ssuominen Exp $ EAPI=5 inherit autotools-multilib @@ -10,7 +10,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/openexr/${P}.tar.gz" LICENSE="BSD" -SLOT="0/12" # 11 from SONAME +SLOT="0/12" # based on SONAME KEYWORDS="~alpha ~amd64 -arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" IUSE="static-libs"
