diff options
author | 2009-10-30 12:02:19 +0000 | |
---|---|---|
committer | 2009-10-30 12:02:19 +0000 | |
commit | 0ea05c5b7ff20ec1819d8625c119fbaeeeeb1376 (patch) | |
tree | f3198aefdc897c717f5ad984fae319fc0596e6b7 /net-proxy/haproxy/haproxy-1.3.14.14.ebuild | |
parent | add ~arm, bug #288563 (diff) | |
download | gentoo-2-0ea05c5b7ff20ec1819d8625c119fbaeeeeb1376.tar.gz gentoo-2-0ea05c5b7ff20ec1819d8625c119fbaeeeeb1376.tar.bz2 gentoo-2-0ea05c5b7ff20ec1819d8625c119fbaeeeeb1376.zip |
amd64/x86 stable, bug #290171
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'net-proxy/haproxy/haproxy-1.3.14.14.ebuild')
-rw-r--r-- | net-proxy/haproxy/haproxy-1.3.14.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/haproxy/haproxy-1.3.14.14.ebuild b/net-proxy/haproxy/haproxy-1.3.14.14.ebuild index 36ba220b1c93..522141254dca 100644 --- a/net-proxy/haproxy/haproxy-1.3.14.14.ebuild +++ b/net-proxy/haproxy/haproxy-1.3.14.14.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/net-proxy/haproxy/haproxy-1.3.14.14.ebuild,v 1.1 2009/08/08 09:41:21 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/haproxy-1.3.14.14.ebuild,v 1.2 2009/10/30 12:02:19 maekke Exp $ inherit linux-info versionator eutils @@ -10,7 +10,7 @@ SRC_URI="http://haproxy.1wt.eu/download/$(get_version_component_range 1-2)/src/$ LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="pcre" DEPEND="pcre? ( dev-libs/libpcre )" |