diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2019-11-28 14:21:38 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-07 13:46:51 +0000 |
commit | 65757a6c1c4b1381d9ed8f974e82566385dfaf54 (patch) | |
tree | b48f0e963a4d6fc7ccb8710c0cbe1c5ba302d554 /dev-erlang | |
parent | dev-erlang/proper: subscribe to dev-lang/erlang subslot (diff) | |
download | gentoo-65757a6c1c4b1381d9ed8f974e82566385dfaf54.tar.gz gentoo-65757a6c1c4b1381d9ed8f974e82566385dfaf54.tar.bz2 gentoo-65757a6c1c4b1381d9ed8f974e82566385dfaf54.zip |
dev-erlang/p1_utils: subscribe to dev-lang/erlang subslot
Bug: https://bugs.gentoo.org/661126
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-erlang')
-rw-r--r-- | dev-erlang/p1_utils/p1_utils-1.0.13.ebuild | 2 | ||||
-rw-r--r-- | dev-erlang/p1_utils/p1_utils-1.0.16.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-erlang/p1_utils/p1_utils-1.0.13.ebuild b/dev-erlang/p1_utils/p1_utils-1.0.13.ebuild index 7993c1a6baba..3c58b4d946c8 100644 --- a/dev-erlang/p1_utils/p1_utils-1.0.13.ebuild +++ b/dev-erlang/p1_utils/p1_utils-1.0.13.ebuild @@ -14,7 +14,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 sparc x86" -DEPEND=">=dev-lang/erlang-17.1" +DEPEND=">=dev-lang/erlang-17.1:=" RDEPEND="${DEPEND}" DOCS=( CHANGELOG.md README.md ) diff --git a/dev-erlang/p1_utils/p1_utils-1.0.16.ebuild b/dev-erlang/p1_utils/p1_utils-1.0.16.ebuild index 04a3ef4486a6..5a8880ed5cfa 100644 --- a/dev-erlang/p1_utils/p1_utils-1.0.16.ebuild +++ b/dev-erlang/p1_utils/p1_utils-1.0.16.ebuild @@ -14,7 +14,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" -DEPEND=">=dev-lang/erlang-17.1" +DEPEND=">=dev-lang/erlang-17.1:=" RDEPEND="${DEPEND}" DOCS=( CHANGELOG.md README.md ) |