diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-05-08 21:17:23 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-05-08 21:17:23 +0100 |
commit | c113f1ebdfc7ba5e0518247561ea26262233ef34 (patch) | |
tree | f849360bbb9c80d552c7531203a0529cc4f56960 /sys-apps/guix | |
parent | x11-wm/i3: remove git polling (diff) | |
download | gentoo-c113f1ebdfc7ba5e0518247561ea26262233ef34.tar.gz gentoo-c113f1ebdfc7ba5e0518247561ea26262233ef34.tar.bz2 gentoo-c113f1ebdfc7ba5e0518247561ea26262233ef34.zip |
sys-apps/guix: require USE="regex networking threads" from guile, bug #617874
Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/show_bug.cgi?id=617874
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sys-apps/guix')
-rw-r--r-- | sys-apps/guix/guix-0.12.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/guix/guix-0.12.0-r3.ebuild b/sys-apps/guix/guix-0.12.0-r3.ebuild index 7002f0e94d07..3aea5c64be89 100644 --- a/sys-apps/guix/guix-0.12.0-r3.ebuild +++ b/sys-apps/guix/guix-0.12.0-r3.ebuild @@ -51,7 +51,7 @@ RESTRICT=test # complains about size of config.log and refuses to start tests RDEPEND=" dev-libs/libgcrypt:0= - >=dev-scheme/guile-2 + >=dev-scheme/guile-2[regex,networking,threads] dev-scheme/guile-json sys-libs/zlib app-arch/bzip2 |