diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-23 19:20:42 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-23 19:20:42 +0000 |
commit | e657eae65c4b712d2dd2436d46f16fd0fdf3cfe3 (patch) | |
tree | c79c44d7410031d544d806acd767667e06a2bc72 /media-libs/libwebp | |
parent | Stable for sparc, wrt bug #480094 (diff) | |
download | gentoo-2-e657eae65c4b712d2dd2436d46f16fd0fdf3cfe3.tar.gz gentoo-2-e657eae65c4b712d2dd2436d46f16fd0fdf3cfe3.tar.bz2 gentoo-2-e657eae65c4b712d2dd2436d46f16fd0fdf3cfe3.zip |
Stable for sparc, wrt bug #484708
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs/libwebp')
-rw-r--r-- | media-libs/libwebp/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libwebp/libwebp-0.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libwebp/ChangeLog b/media-libs/libwebp/ChangeLog index 57f1f09b3feb..21ba2cd61a9e 100644 --- a/media-libs/libwebp/ChangeLog +++ b/media-libs/libwebp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libwebp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libwebp/ChangeLog,v 1.59 2013/09/23 17:41:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libwebp/ChangeLog,v 1.60 2013/09/23 19:20:42 ago Exp $ + + 23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> libwebp-0.3.1.ebuild: + Stable for sparc, wrt bug #484708 23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> libwebp-0.3.1.ebuild: Stable for ppc64, wrt bug #484708 diff --git a/media-libs/libwebp/libwebp-0.3.1.ebuild b/media-libs/libwebp/libwebp-0.3.1.ebuild index a48a6f7db241..e78768f956bb 100644 --- a/media-libs/libwebp/libwebp-0.3.1.ebuild +++ b/media-libs/libwebp/libwebp-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libwebp/libwebp-0.3.1.ebuild,v 1.9 2013/09/23 17:41:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libwebp/libwebp-0.3.1.ebuild,v 1.10 2013/09/23 19:20:42 ago Exp $ EAPI=5 inherit eutils multilib-minimal @@ -11,7 +11,7 @@ SRC_URI="http://webp.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="experimental gif +jpeg opengl +png static-libs swap-16bit-csp tiff" # TODO: dev-lang/swig bindings in swig/ subdirectory |