commit:     60ea14306ece38a147a7037e47f653b218cf967b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 21:57:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 22:29:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ea1430

dev-libs/librep: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert <soap <AT> gentoo.org>
Reported-by: Ulrich Müller <ulm <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/librep/{librep-0.92.7.ebuild => librep-0.92.7-r1.ebuild} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-libs/librep/librep-0.92.7.ebuild 
b/dev-libs/librep/librep-0.92.7-r1.ebuild
similarity index 95%
rename from dev-libs/librep/librep-0.92.7.ebuild
rename to dev-libs/librep/librep-0.92.7-r1.ebuild
index b5b9249eb9f..fd71bdbfeaa 100644
--- a/dev-libs/librep/librep-0.92.7.ebuild
+++ b/dev-libs/librep/librep-0.92.7-r1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit autotools elisp-common flag-o-matic
 
 DESCRIPTION="Shared library implementing a Lisp dialect"
@@ -14,13 +15,14 @@ KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
 IUSE="emacs gmp readline"
 
 RDEPEND="
-       >=sys-libs/gdbm-1.8.0
+       >=sys-libs/gdbm-1.8.0:=
+       virtual/libcrypt:=
        emacs? ( >=app-editors/emacs-23.1:* )
        gmp? ( dev-libs/gmp:= )
        readline? ( sys-libs/readline:0= )
 "
+DEPEND="${RDEPEND}"
 BDEPEND="
-       ${RDEPEND}
        sys-apps/texinfo
 "
 

Reply via email to