app-forensics/pdfwalker: ruby26

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Yury Martynov <email@linxon.ru>
This commit is contained in:
Yury Martynov 2020-04-12 16:49:59 +03:00
parent 6ae5ac7370
commit 2229bb4a9d
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E

View file

@ -1,17 +1,19 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
USE_RUBY="ruby24 ruby25"
USE_RUBY="ruby24 ruby25 ruby26"
inherit desktop ruby-fakegem xdg-utils
DESCRIPTION="A GTK frontend to explore the internals of a PDF document with Origami"
HOMEPAGE="https://github.com/gdelugre/pdfwalker"
LICENSE="GPL-3"
SLOT=0
KEYWORDS="~amd64"
IUSE="test"
ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"