logo

overlay

My (experimental) gentoo overlay
commit: 2ca6f3f142791b0b12650d9995bac53557794464
parent: faeb5f6c7dddff8f64e666fae856f25c2c8364ce
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  5 Mar 2018 21:17:11 +0100

app-admin/pass-otp: Add testing dependency

Diffstat:

Mapp-admin/pass-otp/pass-otp-1.1.0.ebuild6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-admin/pass-otp/pass-otp-1.1.0.ebuild b/app-admin/pass-otp/pass-otp-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,9 @@ SRC_URI="https://github.com/tadfisher/pass-otp/releases/download/v${PV}/${P}.tar LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="qrcode" +IUSE="qrcode test" + +DEPEND="test? ( dev-tcltk/expect:* )" RDEPEND=">=app-admin/pass-1.7 qrcode? ( media-gfx/qrencode )