diff options
author | Dawid Węgliński <cla@gentoo.org> | 2009-02-19 19:21:14 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2009-02-19 19:21:14 +0000 |
commit | 9364efbe6c9a36dd42e46b937f4618099b1af341 (patch) | |
tree | ed9e57c3ffa1ccbd0308aeea88c9fe8f206b1fa1 /www-servers | |
parent | ppc stable #254621 (diff) | |
download | gentoo-2-9364efbe6c9a36dd42e46b937f4618099b1af341.tar.gz gentoo-2-9364efbe6c9a36dd42e46b937f4618099b1af341.tar.bz2 gentoo-2-9364efbe6c9a36dd42e46b937f4618099b1af341.zip |
Keyword ~amd64
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/varnish/ChangeLog | 10 | ||||
-rw-r--r-- | www-servers/varnish/varnish-2.0.3.ebuild | 4 |
2 files changed, 11 insertions, 3 deletions
diff --git a/www-servers/varnish/ChangeLog b/www-servers/varnish/ChangeLog index faa1a6af0154..57a6344aa920 100644 --- a/www-servers/varnish/ChangeLog +++ b/www-servers/varnish/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for www-servers/varnish # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.20 2009/02/12 13:04:07 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.21 2009/02/19 19:21:14 cla Exp $ + + 19 Feb 2009; Dawid Węgliński <cla@gentoo.org> varnish-2.0.3.ebuild: + Keywording ~amd64 + + > Hi, i'm using www-servers/varnish for some time in a production + > environment here, and it works fine. Can i keyword it ~amd64? + + sure! thanks for your feedback. *varnish-2.0.3 (12 Feb 2009) diff --git a/www-servers/varnish/varnish-2.0.3.ebuild b/www-servers/varnish/varnish-2.0.3.ebuild index 2bda066238ce..229db3264c57 100644 --- a/www-servers/varnish/varnish-2.0.3.ebuild +++ b/www-servers/varnish/varnish-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-2.0.3.ebuild,v 1.1 2009/02/12 13:04:07 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-2.0.3.ebuild,v 1.2 2009/02/19 19:21:14 cla Exp $ DESCRIPTION="Varnish is a state-of-the-art, high-performance HTTP accelerator." HOMEPAGE="http://varnish.projects.linpro.no/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/varnish/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" #varnish compiles stuff at run time RDEPEND="sys-devel/gcc" |