diff options
author | Akinori Hattori <hattya@gentoo.org> | 2019-09-12 23:26:23 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2019-09-12 23:26:23 +0900 |
commit | a3a897563e5a4087d0e96a7e54d6d79f397a88a7 (patch) | |
tree | 29be1a963d711f70d2ae407d4004b6514e5ca22d /mail-filter/scmail | |
parent | dev-python/certifi: Drop old (diff) | |
download | gentoo-a3a897563e5a4087d0e96a7e54d6d79f397a88a7.tar.gz gentoo-a3a897563e5a4087d0e96a7e54d6d79f397a88a7.tar.bz2 gentoo-a3a897563e5a4087d0e96a7e54d6d79f397a88a7.zip |
mail-filter/scmail: 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 'mail-filter/scmail')
-rw-r--r-- | mail-filter/scmail/scmail-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/scmail/scmail-1.3.ebuild b/mail-filter/scmail/scmail-1.3.ebuild index de13bf90310e..34ce96c9044c 100644 --- a/mail-filter/scmail/scmail-1.3.ebuild +++ b/mail-filter/scmail/scmail-1.3.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 ~ppc x86" IUSE="" -RDEPEND="dev-scheme/gauche" +RDEPEND="dev-scheme/gauche:=" DEPEND="${RDEPEND}" PATCHES=( |