mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
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:
parent
6ae5ac7370
commit
2229bb4a9d
1 changed files with 4 additions and 2 deletions
|
|
@ -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 )"
|
||||
|
|
|
|||
Loading…
Reference in a new issue