summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-01-02 13:47:14 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-01-02 13:47:14 +0000
commitf48ee451fe885481a760e33f40fec25f70437ef7 (patch)
tree3cbd896cce980f13d43874e8c3aa58a48f55286f /dev-libs/poco
parentStable for x86, wrt bug #525286 (diff)
downloadgentoo-2-f48ee451fe885481a760e33f40fec25f70437ef7.tar.gz
gentoo-2-f48ee451fe885481a760e33f40fec25f70437ef7.tar.bz2
gentoo-2-f48ee451fe885481a760e33f40fec25f70437ef7.zip
Stable for x86, wrt bug #508720
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/poco')
-rw-r--r--dev-libs/poco/ChangeLog5
-rw-r--r--dev-libs/poco/poco-1.4.6_p4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/poco/ChangeLog b/dev-libs/poco/ChangeLog
index d4452360e8ea..fad6d23b667b 100644
--- a/dev-libs/poco/ChangeLog
+++ b/dev-libs/poco/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/poco
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/ChangeLog,v 1.30 2015/01/02 13:39:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/ChangeLog,v 1.31 2015/01/02 13:47:14 ago Exp $
+
+ 02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> poco-1.4.6_p4.ebuild:
+ Stable for x86, wrt bug #508720
02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> poco-1.4.6_p4.ebuild:
Stable for amd64, wrt bug #508720
diff --git a/dev-libs/poco/poco-1.4.6_p4.ebuild b/dev-libs/poco/poco-1.4.6_p4.ebuild
index 2b2383cb72ac..159a4c554bd4 100644
--- a/dev-libs/poco/poco-1.4.6_p4.ebuild
+++ b/dev-libs/poco/poco-1.4.6_p4.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/dev-libs/poco/poco-1.4.6_p4.ebuild,v 1.2 2015/01/02 13:39:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/poco-1.4.6_p4.ebuild,v 1.3 2015/01/02 13:47:14 ago Exp $
EAPI="5"
@@ -15,7 +15,7 @@ SRC_URI="http://pocoproject.org/releases/poco-$(get_version_component_range 1-3)
doc? ( mirror://sourceforge/poco/${MY_DOCP}.zip )"
LICENSE="Boost-1.0"
SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE="doc examples iodbc mysql odbc sqlite ssl test"
DEPEND=">=dev-libs/libpcre-8.13