diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-03-03 13:47:38 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-03 13:55:56 -0800 |
commit | 55809e70c9eec5f28de1fdca121572c095bac767 (patch) | |
tree | ef246cf391566449d37ee4bfc92a22a7c2dda3ba /x11-apps/xditview/xditview-1.0.5.ebuild | |
parent | font.eclass: Allow for only >=x11-apps/mkfontscale-1.2.0 (diff) | |
download | gentoo-55809e70c9eec5f28de1fdca121572c095bac767.tar.gz gentoo-55809e70c9eec5f28de1fdca121572c095bac767.tar.bz2 gentoo-55809e70c9eec5f28de1fdca121572c095bac767.zip |
x11-apps/xditview: Version bump to 1.0.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xditview/xditview-1.0.5.ebuild')
-rw-r--r-- | x11-apps/xditview/xditview-1.0.5.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xditview/xditview-1.0.5.ebuild b/x11-apps/xditview/xditview-1.0.5.ebuild new file mode 100644 index 000000000000..a50a37525169 --- /dev/null +++ b/x11-apps/xditview/xditview-1.0.5.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xorg-3 + +DESCRIPTION="display ditroff output" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND}" |