diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:52:29 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:52:52 -0400 |
commit | b26caa6d20b0c91bb718cd31d2222f6532ea289c (patch) | |
tree | b0c8ae383a2fb4f42b65a4a5b882c5931587df75 /x11-apps/rgb/rgb-1.1.0.ebuild | |
parent | net-misc/curl: fix quiche dep, quiche_recv_info.to_len added in quiche-0.15. (diff) | |
download | gentoo-b26caa6d20b0c91bb718cd31d2222f6532ea289c.tar.gz gentoo-b26caa6d20b0c91bb718cd31d2222f6532ea289c.tar.bz2 gentoo-b26caa6d20b0c91bb718cd31d2222f6532ea289c.zip |
x11-apps/rgb: Version bump to 1.1.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/rgb/rgb-1.1.0.ebuild')
-rw-r--r-- | x11-apps/rgb/rgb-1.1.0.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-apps/rgb/rgb-1.1.0.ebuild b/x11-apps/rgb/rgb-1.1.0.ebuild new file mode 100644 index 000000000000..035bb7866080 --- /dev/null +++ b/x11-apps/rgb/rgb-1.1.0.ebuild @@ -0,0 +1,14 @@ +# 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="uncompile an rgb color-name database" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +DEPEND="${RDEPEND} + x11-base/xorg-proto" +BDEPEND="x11-misc/util-macros" |