diff options
author | Thomas Sachau <tommy@gentoo.org> | 2012-12-20 16:12:53 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2012-12-20 16:12:53 +0000 |
commit | e13e965b6505158ca21ae60cd8677aa341cf222a (patch) | |
tree | a566c60ae34e8f782d96e61d585bc7f11e132fc0 /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 | gentoo-2-e13e965b6505158ca21ae60cd8677aa341cf222a.tar.gz gentoo-2-e13e965b6505158ca21ae60cd8677aa341cf222a.tar.bz2 gentoo-2-e13e965b6505158ca21ae60cd8677aa341cf222a.zip |
Restrict libpcre dependency to <=dev-libs/libpcre-8.31, fixes bug 447108
(Portage version: 2.2.0_alpha149-r1/cvs/Linux x86_64, signed Manifest commit with 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 ) |