diff options
author | 2014-01-16 20:54:50 +0000 | |
---|---|---|
committer | 2014-01-16 20:54:50 +0000 | |
commit | 199579ee5f3d892697cef96ed77a9e28a6813ebe (patch) | |
tree | 6af3d4d41433ac9df0c5052241ce5387b7e434e7 /app-arch/zopfli | |
parent | Remove old (diff) | |
download | gentoo-2-199579ee5f3d892697cef96ed77a9e28a6813ebe.tar.gz gentoo-2-199579ee5f3d892697cef96ed77a9e28a6813ebe.tar.bz2 gentoo-2-199579ee5f3d892697cef96ed77a9e28a6813ebe.zip |
amd64 stable, bug #498280
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Diffstat (limited to 'app-arch/zopfli')
-rw-r--r-- | app-arch/zopfli/ChangeLog | 8 | ||||
-rw-r--r-- | app-arch/zopfli/zopfli-1.0.0_p20131216.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-arch/zopfli/ChangeLog b/app-arch/zopfli/ChangeLog index c4863e89bea8..c876f65d5a61 100644 --- a/app-arch/zopfli/ChangeLog +++ b/app-arch/zopfli/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/zopfli -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/zopfli/ChangeLog,v 1.4 2013/12/16 20:27:22 pinkbyte Exp $ +# 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 $ + + 16 Jan 2014; Vicente Olivert Riera <vincent@gentoo.org> + zopfli-1.0.0_p20131216.ebuild: + amd64 stable, bug #498280 *zopfli-1.0.0_p20131216 (16 Dec 2013) diff --git a/app-arch/zopfli/zopfli-1.0.0_p20131216.ebuild b/app-arch/zopfli/zopfli-1.0.0_p20131216.ebuild index a37663a67d37..0437c125c5de 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-2013 Gentoo Foundation +# 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.1 2013/12/16 20:27:22 pinkbyte Exp $ +# $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 $ 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}" |