diff options
author | Sam James <sam@gentoo.org> | 2021-07-10 02:10:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-10 02:10:30 +0100 |
commit | 51d42b8334ee76ea973f66cee46d805bf6eaa76e (patch) | |
tree | c08af3e4eabee47c5b8eea22a436c149926ef851 /app-misc | |
parent | www-servers/lighttpd: restore dropped libcrypt dependency to 1.4.59 (diff) | |
download | gentoo-51d42b8334ee76ea973f66cee46d805bf6eaa76e.tar.gz gentoo-51d42b8334ee76ea973f66cee46d805bf6eaa76e.tar.bz2 gentoo-51d42b8334ee76ea973f66cee46d805bf6eaa76e.zip |
app-misc/ttysnoop: add missing libcrypt dependency
Closes: https://bugs.gentoo.org/800656
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/ttysnoop/ttysnoop-0.12d-r1.ebuild (renamed from app-misc/ttysnoop/ttysnoop-0.12d.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-misc/ttysnoop/ttysnoop-0.12d.ebuild b/app-misc/ttysnoop/ttysnoop-0.12d-r1.ebuild index ccbb8cd23f2c..d58b8e138ac6 100644 --- a/app-misc/ttysnoop/ttysnoop-0.12d.ebuild +++ b/app-misc/ttysnoop/ttysnoop-0.12d-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,12 +10,14 @@ inherit toolchain-funcs DESCRIPTION="Tool to snoop on login tty's through another tty-device or pseudo-tty" HOMEPAGE="http://sysd.org/stas/node/35" SRC_URI="http://sysd.org/stas/files/active/0/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -S="${WORKDIR}/${MY_P}" +RDEPEND="virtual/libcrypt:=" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/pinkbyte_masking.patch |