diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2019-11-28 13:47:20 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-07 13:46:50 +0000 |
commit | be58acd32874f252126924678824c1316c1e3d39 (patch) | |
tree | 9a8c6bd612acaf38a742b8918027bede3d7b4288 /dev-util | |
parent | dev-lang/erlang: introduce subslots (diff) | |
download | gentoo-be58acd32874f252126924678824c1316c1e3d39.tar.gz gentoo-be58acd32874f252126924678824c1316c1e3d39.tar.bz2 gentoo-be58acd32874f252126924678824c1316c1e3d39.zip |
dev-util/rebar: subscribe to dev-lang/erlang subslot
Bug: https://bugs.gentoo.org/661080
Bug: https://bugs.gentoo.org/661126
Bug: https://bugs.gentoo.org/692294
Bug: https://bugs.gentoo.org/700260
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/rebar/rebar-2.6.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/rebar/rebar-2.6.4.ebuild b/dev-util/rebar/rebar-2.6.4.ebuild index 137bd33524f3..67ce5a03f8de 100644 --- a/dev-util/rebar/rebar-2.6.4.ebuild +++ b/dev-util/rebar/rebar-2.6.4.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 sparc x86" IUSE="" -RDEPEND="dev-lang/erlang" +RDEPEND="dev-lang/erlang:=" DEPEND="${RDEPEND}" src_test() { |