summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-11-06 17:06:49 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-11-06 17:06:49 +0000
commit8a0885fcded7e3c04098882f3c5b3c93d2814122 (patch)
treec86ad37badc9cff18d33c22ddaac5babe905156f /net-proxy
parentStable for amd64, wrt bug #441540 (diff)
downloadgentoo-2-8a0885fcded7e3c04098882f3c5b3c93d2814122.tar.gz
gentoo-2-8a0885fcded7e3c04098882f3c5b3c93d2814122.tar.bz2
gentoo-2-8a0885fcded7e3c04098882f3c5b3c93d2814122.zip
Stable for amd64, wrt bug #441494
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/c-icap/ChangeLog5
-rw-r--r--net-proxy/c-icap/c-icap-0.2.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-proxy/c-icap/ChangeLog b/net-proxy/c-icap/ChangeLog
index f5ee037fdac5..bbe2420f1a26 100644
--- a/net-proxy/c-icap/ChangeLog
+++ b/net-proxy/c-icap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-proxy/c-icap
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/c-icap/ChangeLog,v 1.18 2012/11/04 05:55:35 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/c-icap/ChangeLog,v 1.19 2012/11/06 17:06:49 ago Exp $
+
+ 06 Nov 2012; <ago@gentoo.org> c-icap-0.2.2.ebuild:
+ Stable for amd64, wrt bug #441494
04 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org> c-icap-0.2.2.ebuild:
Remove /var/run so that it does not trigger portage's symlink protection on
diff --git a/net-proxy/c-icap/c-icap-0.2.2.ebuild b/net-proxy/c-icap/c-icap-0.2.2.ebuild
index 73f0a62913e8..1785e6281332 100644
--- a/net-proxy/c-icap/c-icap-0.2.2.ebuild
+++ b/net-proxy/c-icap/c-icap-0.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/c-icap/c-icap-0.2.2.ebuild,v 1.2 2012/11/04 05:55:35 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/c-icap/c-icap-0.2.2.ebuild,v 1.3 2012/11/06 17:06:49 ago Exp $
EAPI=4
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
IUSE="berkdb ipv6 ldap"
RDEPEND="berkdb? ( sys-libs/db )