diff options
Diffstat (limited to 'app-crypt/stoken/stoken-0.90.ebuild')
-rw-r--r-- | app-crypt/stoken/stoken-0.90.ebuild | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/app-crypt/stoken/stoken-0.90.ebuild b/app-crypt/stoken/stoken-0.90.ebuild index fc4685ec4baa..e2740f256e9c 100644 --- a/app-crypt/stoken/stoken-0.90.ebuild +++ b/app-crypt/stoken/stoken-0.90.ebuild @@ -15,7 +15,9 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="gtk" -RDEPEND="gtk? ( x11-libs/gtk+:2 )" +RDEPEND=" + || ( dev-libs/nettle dev-libs/libtomcrypt ) + gtk? ( >=x11-libs/gtk+-3.12:3 )" DEPEND="${RDEPEND}" src_prepare() { @@ -26,12 +28,3 @@ src_prepare() { src_configure() { econf $(use_with gtk) } - -src_install() { - default - dodoc CHANGES COPYING.LIB README.md TODO - doman stoken.1 - if use gtk ; then - doman stoken-gui.1 - fi -} |