summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-09-26 17:26:59 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-09-26 17:26:59 +0000
commit837fed1394d55967bbde0c5cce017742402d7c37 (patch)
treeb1d178df99e8df4677e076ebf72ee86021847101 /dev-libs/poco
parentRelease 2.20130424-r3, fixing bugs #480628, #482196, #475432, #485304, #48087... (diff)
downloadgentoo-2-837fed1394d55967bbde0c5cce017742402d7c37.tar.gz
gentoo-2-837fed1394d55967bbde0c5cce017742402d7c37.tar.bz2
gentoo-2-837fed1394d55967bbde0c5cce017742402d7c37.zip
Stable for arm, wrt bug #484096
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="arm", 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.5-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/poco/ChangeLog b/dev-libs/poco/ChangeLog
index bdd97606c47b..16605ff843bb 100644
--- a/dev-libs/poco/ChangeLog
+++ b/dev-libs/poco/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/poco
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/ChangeLog,v 1.25 2013/09/14 10:01:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/ChangeLog,v 1.26 2013/09/26 17:26:59 ago Exp $
+
+ 26 Sep 2013; Agostino Sarubbo <ago@gentoo.org> poco-1.4.5-r1.ebuild:
+ Stable for arm, wrt bug #484096
14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> poco-1.4.5-r1.ebuild:
Stable for x86, wrt bug #484096
diff --git a/dev-libs/poco/poco-1.4.5-r1.ebuild b/dev-libs/poco/poco-1.4.5-r1.ebuild
index b5cbdde10978..4f3be862996b 100644
--- a/dev-libs/poco/poco-1.4.5-r1.ebuild
+++ b/dev-libs/poco/poco-1.4.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/poco-1.4.5-r1.ebuild,v 1.3 2013/09/14 10:01:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/poco-1.4.5-r1.ebuild,v 1.4 2013/09/26 17:26:59 ago Exp $
EAPI="2"
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/poco/${MY_P}-all.tar.bz2
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