x11-terms/xfce4-terminal: amd64 stable wrt bug #712350
[gentoo.git] / sys-fs / udftools / udftools-2.1.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit flag-o-matic
7
8 DESCRIPTION="Ben Fennema's tools for packet writing and the UDF filesystem"
9 HOMEPAGE="https://github.com/pali/udftools/ https://sourceforge.net/projects/linux-udf/"
10 SRC_URI="https://github.com/pali/udftools/releases/download/${PV}/${P}.tar.gz"
11
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="amd64 ~arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
15 IUSE=""
16
17 RDEPEND="sys-libs/readline:0="
18 DEPEND="${RDEPEND}
19         virtual/pkgconfig"