diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-01-18 16:18:36 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-01-18 16:18:36 +0000 |
commit | d4c32950cc0c43fa956d6ae76ac97ac59aa7d6a8 (patch) | |
tree | 3c4caa46552d3a4cad7499666d402409782904c5 /media-libs | |
parent | Stable for HPPA (bug #399151). (diff) | |
download | gentoo-2-d4c32950cc0c43fa956d6ae76ac97ac59aa7d6a8.tar.gz gentoo-2-d4c32950cc0c43fa956d6ae76ac97ac59aa7d6a8.tar.bz2 gentoo-2-d4c32950cc0c43fa956d6ae76ac97ac59aa7d6a8.zip |
Marked ~hppa (bug #398909).
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libjpeg-turbo/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libjpeg-turbo/libjpeg-turbo-1.1.90.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/libjpeg-turbo/ChangeLog b/media-libs/libjpeg-turbo/ChangeLog index 3b46a2fa3861..5269969beb23 100644 --- a/media-libs/libjpeg-turbo/ChangeLog +++ b/media-libs/libjpeg-turbo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libjpeg-turbo -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libjpeg-turbo/ChangeLog,v 1.20 2011/11/20 06:57:15 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libjpeg-turbo/ChangeLog,v 1.21 2012/01/18 16:18:36 jer Exp $ + + 18 Jan 2012; Jeroen Roovers <jer@gentoo.org> libjpeg-turbo-1.1.90.ebuild: + Marked ~hppa (bug #398909). *libjpeg-turbo-1.1.90 (20 Nov 2011) diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-1.1.90.ebuild b/media-libs/libjpeg-turbo/libjpeg-turbo-1.1.90.ebuild index 1754180677fb..f0f264541596 100644 --- a/media-libs/libjpeg-turbo/libjpeg-turbo-1.1.90.ebuild +++ b/media-libs/libjpeg-turbo/libjpeg-turbo-1.1.90.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libjpeg-turbo/libjpeg-turbo-1.1.90.ebuild,v 1.2 2011/11/20 06:58:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libjpeg-turbo/libjpeg-turbo-1.1.90.ebuild,v 1.3 2012/01/18 16:18:36 jer Exp $ EAPI=4 inherit java-pkg-opt-2 libtool toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux" IUSE="java static-libs" ASM_DEPEND="|| ( dev-lang/nasm dev-lang/yasm )" |