diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2016-08-24 12:43:55 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2016-08-24 12:44:28 +0200 |
commit | 203079227d17cc634960e50608a908c3825148b8 (patch) | |
tree | ce4ea9074beeaed3e8836769473b12f4cfb04a07 /dev-libs/libfastjson | |
parent | www-apps/grafana-bin: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-203079227d17cc634960e50608a908c3825148b8.tar.gz gentoo-203079227d17cc634960e50608a908c3825148b8.tar.bz2 gentoo-203079227d17cc634960e50608a908c3825148b8.zip |
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
Diffstat (limited to 'dev-libs/libfastjson')
-rw-r--r-- | dev-libs/libfastjson/libfastjson-0.99.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libfastjson/libfastjson-0.99.4.ebuild b/dev-libs/libfastjson/libfastjson-0.99.4.ebuild index be43af807493..922501d2e58e 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() { |