commit: 203079227d17cc634960e50608a908c3825148b8
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 10:43:55 2016 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 10:44:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20307922
dev-libs/libfastjson: Adjust sys-devel/autoconf-archive requirement
In previous commit 4a52463e2acb5 I had a typo in the required
sys-devel/autoconf-archive
version. We only need >=sys-devel/autoconf-archive-2015.02.04 (the first version
which contain AX_COMPILER_FLAGS).
Package-Manager: portage-2.3.0
dev-libs/libfastjson/libfastjson-0.99.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libfastjson/libfastjson-0.99.4.ebuild
b/dev-libs/libfastjson/libfastjson-0.99.4.ebuild
index be43af8..922501d 100644
--- a/dev-libs/libfastjson/libfastjson-0.99.4.ebuild
+++ b/dev-libs/libfastjson/libfastjson-0.99.4.ebuild
@@ -14,7 +14,7 @@ SLOT="0/4.0.0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
IUSE="static-libs"
-DEPEND=">=sys-devel/autoconf-archive-2015.02.24"
+DEPEND=">=sys-devel/autoconf-archive-2015.02.04"
RDEPEND=""
src_prepare() {