public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/ttysnoop/
@ 2021-07-10  1:11 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2021-07-10  1:11 UTC (permalink / raw
  To: gentoo-commits

commit:     51d42b8334ee76ea973f66cee46d805bf6eaa76e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 10 01:10:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 10 01:10:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d42b83

app-misc/ttysnoop: add missing libcrypt dependency

Closes: https://bugs.gentoo.org/800656
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../ttysnoop/{ttysnoop-0.12d.ebuild => ttysnoop-0.12d-r1.ebuild}    | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-misc/ttysnoop/ttysnoop-0.12d.ebuild b/app-misc/ttysnoop/ttysnoop-0.12d-r1.ebuild
similarity index 89%
rename from app-misc/ttysnoop/ttysnoop-0.12d.ebuild
rename to app-misc/ttysnoop/ttysnoop-0.12d-r1.ebuild
index ccbb8cd23f2..d58b8e138ac 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-10  1:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-10  1:11 [gentoo-commits] repo/gentoo:master commit in: app-misc/ttysnoop/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox