Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfastjson/
Date: Wed, 24 Aug 2016 10:45:26
Message-Id: 1472035468.203079227d17cc634960e50608a908c3825148b8.whissi@gentoo
1 commit: 203079227d17cc634960e50608a908c3825148b8
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 24 10:43:55 2016 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 10:44:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20307922
7
8 dev-libs/libfastjson: Adjust sys-devel/autoconf-archive requirement
9
10 In previous commit 4a52463e2acb5 I had a typo in the required sys-devel/autoconf-archive
11 version. We only need >=sys-devel/autoconf-archive-2015.02.04 (the first version
12 which contain AX_COMPILER_FLAGS).
13
14 Package-Manager: portage-2.3.0
15
16 dev-libs/libfastjson/libfastjson-0.99.4.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-libs/libfastjson/libfastjson-0.99.4.ebuild b/dev-libs/libfastjson/libfastjson-0.99.4.ebuild
20 index be43af8..922501d 100644
21 --- a/dev-libs/libfastjson/libfastjson-0.99.4.ebuild
22 +++ b/dev-libs/libfastjson/libfastjson-0.99.4.ebuild
23 @@ -14,7 +14,7 @@ SLOT="0/4.0.0"
24 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
25 IUSE="static-libs"
26
27 -DEPEND=">=sys-devel/autoconf-archive-2015.02.24"
28 +DEPEND=">=sys-devel/autoconf-archive-2015.02.04"
29 RDEPEND=""
30
31 src_prepare() {