diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-04 20:32:20 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-04 20:39:11 -0800 |
commit | 5eaf78044d45b07f73e321bf594f385b5357170e (patch) | |
tree | 1ef11a52f942549c2f1f48816e54030c12cb677b /x11-apps/listres/listres-1.0.4.ebuild | |
parent | x11-apps/appres: Version bump to 1.0.5 (diff) | |
download | gentoo-5eaf78044d45b07f73e321bf594f385b5357170e.tar.gz gentoo-5eaf78044d45b07f73e321bf594f385b5357170e.tar.bz2 gentoo-5eaf78044d45b07f73e321bf594f385b5357170e.zip |
x11-apps/listres: Version bump to 1.0.4
Diffstat (limited to 'x11-apps/listres/listres-1.0.4.ebuild')
-rw-r--r-- | x11-apps/listres/listres-1.0.4.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/listres/listres-1.0.4.ebuild b/x11-apps/listres/listres-1.0.4.ebuild new file mode 100644 index 000000000000..5e74d8d310e1 --- /dev/null +++ b/x11-apps/listres/listres-1.0.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=4 + +inherit xorg-2 + +DESCRIPTION="list resources in widgets" +KEYWORDS="amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86" +IUSE="" +RDEPEND="x11-libs/libX11 + x11-libs/libXt + x11-libs/libXmu + x11-libs/libXaw" +DEPEND="${RDEPEND}" |