diff options
author | Thomas Sachau <tommy@gentoo.org> | 2012-12-20 16:13:05 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2012-12-20 16:13:05 +0000 |
commit | bdb92c66de23dcb99f44ad3289e70d9ae3eb2f19 (patch) | |
tree | 5b5c64d5f4b20bb903f85185503c4f72660efcd6 /dev-libs/poco/poco-1.4.3_p1.ebuild | |
parent | Do not call python.eclass functions when USE=-python (bug #447916, thanks to ... (diff) | |
download | historical-bdb92c66de23dcb99f44ad3289e70d9ae3eb2f19.tar.gz historical-bdb92c66de23dcb99f44ad3289e70d9ae3eb2f19.tar.bz2 historical-bdb92c66de23dcb99f44ad3289e70d9ae3eb2f19.zip |
Restrict libpcre dependency to <=dev-libs/libpcre-8.31, fixes bug 447108
Package-Manager: portage-2.2.0_alpha149-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0x35899067
Diffstat (limited to 'dev-libs/poco/poco-1.4.3_p1.ebuild')
-rw-r--r-- | dev-libs/poco/poco-1.4.3_p1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/poco/poco-1.4.3_p1.ebuild b/dev-libs/poco/poco-1.4.3_p1.ebuild index 23809de5a3a9..42cf95288924 100644 --- a/dev-libs/poco/poco-1.4.3_p1.ebuild +++ b/dev-libs/poco/poco-1.4.3_p1.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/dev-libs/poco/poco-1.4.3_p1.ebuild,v 1.6 2012/06/06 03:47:35 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/poco-1.4.3_p1.ebuild,v 1.7 2012/12/20 16:12:53 tommy Exp $ EAPI="2" @@ -19,6 +19,7 @@ KEYWORDS="amd64 ~arm x86" IUSE="doc examples iodbc mysql odbc sqlite ssl test" DEPEND=">=dev-libs/libpcre-8.13 + <=dev-libs/libpcre-8.31 dev-libs/expat sys-libs/zlib mysql? ( virtual/mysql ) |