diff options
author | Sam James <sam@gentoo.org> | 2021-06-21 00:39:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-21 00:39:33 +0100 |
commit | f1f6145e622d38cca82e285187b1a3ba311dd511 (patch) | |
tree | 8367d47f755ff116b941bea58f91c1858f55ee56 /app-text/lowdown | |
parent | dev-ml/facile: add github upstream metadata (diff) | |
download | gentoo-f1f6145e622d38cca82e285187b1a3ba311dd511.tar.gz gentoo-f1f6145e622d38cca82e285187b1a3ba311dd511.tar.bz2 gentoo-f1f6145e622d38cca82e285187b1a3ba311dd511.zip |
app-text/lowdown: add missing virtual/libcrypt subslot operator
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/lowdown')
-rw-r--r-- | app-text/lowdown/lowdown-0.8.4-r1.ebuild (renamed from app-text/lowdown/lowdown-0.8.4.ebuild) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-text/lowdown/lowdown-0.8.4.ebuild b/app-text/lowdown/lowdown-0.8.4-r1.ebuild index dd0f98fee37c..b517049ebd47 100644 --- a/app-text/lowdown/lowdown-0.8.4.ebuild +++ b/app-text/lowdown/lowdown-0.8.4-r1.ebuild @@ -15,9 +15,7 @@ LICENSE="ISC" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND=" - virtual/libcrypt -" +DEPEND="virtual/libcrypt:=" RDEPEND="${DEPEND}" PATCHES=( |