commit: 943ec1c711d2eaf7577c8916f060e6e858c98f39 Author: Hanno <hanno <AT> gentoo <DOT> org> AuthorDate: Sat Oct 19 08:46:21 2019 +0000 Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org> CommitDate: Sat Oct 19 08:46:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943ec1c7
dev-erlang/yconf: Fix dependency version Signed-off-by: Hanno Boeck <hanno <AT> gentoo.org> Package-Manager: Portage-2.3.77, Repoman-2.3.17 dev-erlang/yconf/yconf-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-erlang/yconf/yconf-1.0.1.ebuild b/dev-erlang/yconf/yconf-1.0.1.ebuild index e4efd25c0e0..9dae077b1eb 100644 --- a/dev-erlang/yconf/yconf-1.0.1.ebuild +++ b/dev-erlang/yconf/yconf-1.0.1.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1 - >=dev-erlang/fast_yaml-1.0.20" + >=dev-erlang/fast_yaml-1.0.21" RDEPEND="${DEPEND}" DOCS=( CHANGELOG.md )