diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:31:30 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:31:30 +0000 |
commit | 2a81b48bc75d5f3a2bb95173915d7f84038f2bdb (patch) | |
tree | 93d3d4a1bba1d7f6e372b051f2daf0edbed55e7a /www-servers | |
parent | Version bump to the new shiny. (diff) | |
download | gentoo-2-2a81b48bc75d5f3a2bb95173915d7f84038f2bdb.tar.gz gentoo-2-2a81b48bc75d5f3a2bb95173915d7f84038f2bdb.tar.bz2 gentoo-2-2a81b48bc75d5f3a2bb95173915d7f84038f2bdb.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/varnish/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/varnish/varnish-2.0.4-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www-servers/varnish/ChangeLog b/www-servers/varnish/ChangeLog index f1a34a3a9477..b050c7ba2927 100644 --- a/www-servers/varnish/ChangeLog +++ b/www-servers/varnish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/varnish # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.46 2012/05/02 21:50:56 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.47 2012/05/21 19:31:30 xarthisius Exp $ + + 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> varnish-2.0.4-r1.ebuild: + Add missing inheritance of eutils.eclass 02 May 2012; Jeff Horelick <jdhore@gentoo.org> varnish-3.0.2-r1.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/www-servers/varnish/varnish-2.0.4-r1.ebuild b/www-servers/varnish/varnish-2.0.4-r1.ebuild index 34474b99fd8e..0653ebc5ec5a 100644 --- a/www-servers/varnish/varnish-2.0.4-r1.ebuild +++ b/www-servers/varnish/varnish-2.0.4-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-2.0.4-r1.ebuild,v 1.5 2010/08/09 10:39:26 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-2.0.4-r1.ebuild,v 1.6 2012/05/21 19:31:30 xarthisius Exp $ EAPI="2" -inherit autotools +inherit autotools eutils DESCRIPTION="Varnish is a state-of-the-art, high-performance HTTP accelerator." HOMEPAGE="http://varnish.projects.linpro.no/" |