diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-09 18:51:03 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-09 18:51:03 -0800 |
commit | 4a0281d5425b04e56df5d9ce2614c46bde1c4771 (patch) | |
tree | cb100e7dfccf20b92ba69bbb6421d48e75d2db85 /x11-apps/xrdb/xrdb-1.1.1.ebuild | |
parent | x11-apps/xprop: Version bump to 1.2.3 (diff) | |
download | gentoo-4a0281d5425b04e56df5d9ce2614c46bde1c4771.tar.gz gentoo-4a0281d5425b04e56df5d9ce2614c46bde1c4771.tar.bz2 gentoo-4a0281d5425b04e56df5d9ce2614c46bde1c4771.zip |
x11-apps/xrdb: Version bump to 1.1.1
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'x11-apps/xrdb/xrdb-1.1.1.ebuild')
-rw-r--r-- | x11-apps/xrdb/xrdb-1.1.1.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-apps/xrdb/xrdb-1.1.1.ebuild b/x11-apps/xrdb/xrdb-1.1.1.ebuild new file mode 100644 index 000000000000..0432cd1c5911 --- /dev/null +++ b/x11-apps/xrdb/xrdb-1.1.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="X server resource database utility" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="x11-libs/libXmu + x11-libs/libX11" +DEPEND="${RDEPEND}" |