summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2019-09-14 18:37:03 +0900
committerAkinori Hattori <hattya@gentoo.org>2019-09-14 18:37:03 +0900
commit4bb3d5cc1ec7a08b46ad9f1e520747385b6de7b5 (patch)
tree6b47df6165ab596c52b371dc406b480a6e6f07d2
parentdev-scheme/gauche-cdb: amd64 stable (diff)
downloadgentoo-4bb3d5cc.tar.gz
gentoo-4bb3d5cc.tar.bz2
gentoo-4bb3d5cc.zip
dev-scheme/gauche-qdbm: 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>
-rw-r--r--dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild b/dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild
index 8bfec2a242da..16270eba2b31 100644
--- a/dev-scheme/gauche-qdbm/gauche-qdbm-0.2-r1.ebuild
+++ b/dev-scheme/gauche-qdbm/gauche-qdbm-0.2-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"
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ia64 ~sparc x86"
IUSE=""
-RDEPEND="dev-scheme/gauche
+RDEPEND="dev-scheme/gauche:=
dev-db/qdbm"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"