diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-07-10 21:35:24 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-07-10 21:57:54 -0700 |
commit | 7364fc7f73d3f153e9a6a81713f3ef84bed3e9b7 (patch) | |
tree | 9ce5e8a5525943a9d3c3ea952556f076196d453c /x11-apps/xwud/xwud-1.0.6.ebuild | |
parent | x11-apps/xpr: Version bump to 1.1.0 (diff) | |
download | gentoo-7364fc7f73d3f153e9a6a81713f3ef84bed3e9b7.tar.gz gentoo-7364fc7f73d3f153e9a6a81713f3ef84bed3e9b7.tar.bz2 gentoo-7364fc7f73d3f153e9a6a81713f3ef84bed3e9b7.zip |
x11-apps/xwud: Version bump to 1.0.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xwud/xwud-1.0.6.ebuild')
-rw-r--r-- | x11-apps/xwud/xwud-1.0.6.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xwud/xwud-1.0.6.ebuild b/x11-apps/xwud/xwud-1.0.6.ebuild new file mode 100644 index 000000000000..ad59e9402ee0 --- /dev/null +++ b/x11-apps/xwud/xwud-1.0.6.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="image displayer for X" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |