diff options
author | David Michael <fedora.dm0@gmail.com> | 2020-09-04 19:16:38 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-09-08 12:25:01 -0700 |
commit | 31998eefbdb4691efe895beba0d1925757168cc9 (patch) | |
tree | 3aeb2e1c3931854b5c3671c1323e2e3bd9a66606 /x11-apps | |
parent | x11-apps/rgb: EAPI 7 (diff) | |
download | gentoo-31998eefbdb4691efe895beba0d1925757168cc9.tar.gz gentoo-31998eefbdb4691efe895beba0d1925757168cc9.tar.bz2 gentoo-31998eefbdb4691efe895beba0d1925757168cc9.zip |
x11-apps/xmessage: EAPI 7
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xmessage/xmessage-1.0.5-r1.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-apps/xmessage/xmessage-1.0.5-r1.ebuild b/x11-apps/xmessage/xmessage-1.0.5-r1.ebuild new file mode 100644 index 000000000000..105102080dd2 --- /dev/null +++ b/x11-apps/xmessage/xmessage-1.0.5-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xorg-3 + +DESCRIPTION="display a message or query in a window (X-based /bin/echo)" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND="x11-libs/libXaw + x11-libs/libXt" +DEPEND="${RDEPEND}" |