diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-05-27 10:14:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-05-27 10:14:40 +0000 |
commit | 362795f057c08bf094c5cdbb283d34e57ee4d0f0 (patch) | |
tree | 67399f826d4c3437626c04f7d030c22161c42c18 /www-servers | |
parent | Stable for amd64, wrt bug #539426 (diff) | |
download | gentoo-2-362795f057c08bf094c5cdbb283d34e57ee4d0f0.tar.gz gentoo-2-362795f057c08bf094c5cdbb283d34e57ee4d0f0.tar.bz2 gentoo-2-362795f057c08bf094c5cdbb283d34e57ee4d0f0.zip |
Stable for amd64, wrt bug #543056
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/varnish/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/varnish/varnish-3.0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/varnish/ChangeLog b/www-servers/varnish/ChangeLog index e6305b29825c..314a4c5d0a2a 100644 --- a/www-servers/varnish/ChangeLog +++ b/www-servers/varnish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/varnish # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.88 2015/04/19 09:36:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.89 2015/05/27 10:14:40 ago Exp $ + + 27 May 2015; Agostino Sarubbo <ago@gentoo.org> varnish-3.0.7.ebuild: + Stable for amd64, wrt bug #543056 19 Apr 2015; Pacho Ramos <pacho@gentoo.org> varnish-3.0.5-r4.ebuild: x86 stable wrt bug #538736 diff --git a/www-servers/varnish/varnish-3.0.7.ebuild b/www-servers/varnish/varnish-3.0.7.ebuild index 15ca69689d38..9b8d7a96f932 100644 --- a/www-servers/varnish/varnish-3.0.7.ebuild +++ b/www-servers/varnish/varnish-3.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-3.0.7.ebuild,v 1.2 2015/04/08 18:30:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-3.0.7.ebuild,v 1.3 2015/05/27 10:14:40 ago Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="http://repo.varnish-cache.org/source/${P}.tar.gz" LICENSE="BSD-2 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~mips ~x86" +KEYWORDS="amd64 ~mips ~x86" IUSE="doc jemalloc jit static-libs +tools" CDEPEND=" |