diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-02-19 13:25:20 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-02-19 13:25:20 +0000 |
commit | 6cf927c704b690faa7c1d971feb58680ed89f48c (patch) | |
tree | e12db9cf673693299dcd8be07c0c57048ce9ece8 /app-arch | |
parent | www-servers/tomcat: bumped to versions 6.0.39 and 7.0.52 (diff) | |
download | gentoo-2-6cf927c704b690faa7c1d971feb58680ed89f48c.tar.gz gentoo-2-6cf927c704b690faa7c1d971feb58680ed89f48c.tar.bz2 gentoo-2-6cf927c704b690faa7c1d971feb58680ed89f48c.zip |
Stable on x86, wrt bug #498280
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/zopfli/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/zopfli/zopfli-1.0.0_p20131216.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-arch/zopfli/ChangeLog b/app-arch/zopfli/ChangeLog index c876f65d5a61..d7a544b9e246 100644 --- a/app-arch/zopfli/ChangeLog +++ b/app-arch/zopfli/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/zopfli # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/zopfli/ChangeLog,v 1.5 2014/01/16 20:54:50 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/zopfli/ChangeLog,v 1.6 2014/02/19 13:25:20 pinkbyte Exp $ + + 19 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> + zopfli-1.0.0_p20131216.ebuild: + Stable on x86, wrt bug #498280 16 Jan 2014; Vicente Olivert Riera <vincent@gentoo.org> zopfli-1.0.0_p20131216.ebuild: diff --git a/app-arch/zopfli/zopfli-1.0.0_p20131216.ebuild b/app-arch/zopfli/zopfli-1.0.0_p20131216.ebuild index 0437c125c5de..60a8987e79a3 100644 --- a/app-arch/zopfli/zopfli-1.0.0_p20131216.ebuild +++ b/app-arch/zopfli/zopfli-1.0.0_p20131216.ebuild @@ -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/app-arch/zopfli/zopfli-1.0.0_p20131216.ebuild,v 1.2 2014/01/16 20:54:50 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/zopfli/zopfli-1.0.0_p20131216.ebuild,v 1.3 2014/02/19 13:25:20 pinkbyte Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0/1" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${PN}" |