diff options
author | Akinori Hattori <hattya@gentoo.org> | 2019-09-14 18:18:40 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2019-09-14 18:18:40 +0900 |
commit | d92ab37bcdeb4b95db2e60003881778f62b78721 (patch) | |
tree | 5388d63623c2b6f7d6ad072dba5920782aa6f17e /dev-scheme | |
parent | dev-java/jlayer: Remove last-rited pkg (diff) | |
download | gentoo-d92ab37bcdeb4b95db2e60003881778f62b78721.tar.gz gentoo-d92ab37bcdeb4b95db2e60003881778f62b78721.tar.bz2 gentoo-d92ab37bcdeb4b95db2e60003881778f62b78721.zip |
dev-scheme/c-wrapper: add sub-slot dependency for dev-scheme/gauche
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild b/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild index cd0348a0133a..8636a7b9e7fa 100644 --- a/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild +++ b/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 x86" IUSE="examples" -RDEPEND="dev-scheme/gauche +RDEPEND="dev-scheme/gauche:= virtual/libffi" DEPEND="${RDEPEND}" |