Explorar o código

Fixed dependency for erlang fs module

Sergey Ilinykh %!s(int64=7) %!d(string=hai) anos
pai
achega
10f0f9aa72
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      dev-erlang/fs/fs-2.12.0.ebuild

+ 3 - 2
dev-erlang/fs/fs-2.12.0.ebuild

@@ -15,8 +15,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
-RDEPEND="sys-fs/inotify-tools
-	>=dev-lang/erlang-17.1"
+RDEPEND=">=dev-erlang/fast_xml-1.1.21
+	>=dev-lang/erlang-17.1
+	sys-fs/inotify-tools"
 DEPEND="${RDEPEND}"
 
 DOCS=( README.md LICENSE )