diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-03-11 19:45:06 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-03-11 19:45:06 +0000 |
commit | 16d66efd332a1fc6a37911fcc375e5eabef305df (patch) | |
tree | f25be1e0f3bdac0e82707523454c45bb8a6c2dfb /media-libs | |
parent | Add a big, fat warning about changing the accessibilty USE flag. Bug #247249 (diff) | |
download | gentoo-2-16d66efd332a1fc6a37911fcc375e5eabef305df.tar.gz gentoo-2-16d66efd332a1fc6a37911fcc375e5eabef305df.tar.bz2 gentoo-2-16d66efd332a1fc6a37911fcc375e5eabef305df.zip |
s390/sh stable
(Portage version: 2.1.6.7/cvs/Linux ia64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/ilmbase/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/ilmbase/ilmbase-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/ilmbase/ChangeLog b/media-libs/ilmbase/ChangeLog index 747593c5765a..8eef9dde561f 100644 --- a/media-libs/ilmbase/ChangeLog +++ b/media-libs/ilmbase/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/ilmbase # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ilmbase/ChangeLog,v 1.15 2009/01/01 18:30:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ilmbase/ChangeLog,v 1.16 2009/03/11 19:45:06 armin76 Exp $ + + 11 Mar 2009; Raúl Porcel <armin76@gentoo.org> ilmbase-1.0.1.ebuild: + s390/sh stable 01 Jan 2009; Raúl Porcel <armin76@gentoo.org> ilmbase-1.0.1.ebuild: Add -arm/~s390 diff --git a/media-libs/ilmbase/ilmbase-1.0.1.ebuild b/media-libs/ilmbase/ilmbase-1.0.1.ebuild index c9ea843b4d14..e76d96715869 100644 --- a/media-libs/ilmbase/ilmbase-1.0.1.ebuild +++ b/media-libs/ilmbase/ilmbase-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ilmbase/ilmbase-1.0.1.ebuild,v 1.9 2009/01/01 18:30:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ilmbase/ilmbase-1.0.1.ebuild,v 1.10 2009/03/11 19:45:06 armin76 Exp $ inherit libtool eutils @@ -10,7 +10,7 @@ SRC_URI="http://download.savannah.nongnu.org/releases/openexr/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 -arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 -arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" DEPEND="!<media-libs/openexr-1.5.0" |