diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-09-25 20:21:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-09-25 20:21:45 +0100 |
commit | c719fdcee603a5a706a45d10cb598762d56a727d (patch) | |
tree | 620cbf137661399a3fb1eff92914204f9a970713 /x11-libs/xcb-util-xrm | |
parent | cc4618c9ba3d974948ebf340b542d8cb01db2f55 (diff) |
gentoo resync : 25.09.2021
Diffstat (limited to 'x11-libs/xcb-util-xrm')
-rw-r--r-- | x11-libs/xcb-util-xrm/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/xcb-util-xrm/Manifest b/x11-libs/xcb-util-xrm/Manifest index 2b6e8a3dc554..9f28a0e609aa 100644 --- a/x11-libs/xcb-util-xrm/Manifest +++ b/x11-libs/xcb-util-xrm/Manifest @@ -1,3 +1,3 @@ DIST xcb-util-xrm-1.3.tar.bz2 327586 BLAKE2B 06ba03ba22c9a51cad5045024b63d48f32e5ad38d2cf03035bd1132a04ef4906a71d89030141b407329bd8ec04cb131846be2cb3a95e755a57c2841a45b58fa4 SHA512 ebca5d92c9e2363f58485970a0c3a948b13652ce7acdd51dff918fc2e8bc7fcb69892eb3fc8b5f7eaf721ccd8dc2db42727d206bc5155481ec5e7e41d0c7f304 -EBUILD xcb-util-xrm-1.3-r1.ebuild 593 BLAKE2B 46638c0a890ea5b15371301a87a722883a0226ae66542e14fa5d6f0a884d81c8a17bf824dd04350ceb42aab4924bba38480d4881ff4c4641c81e47655bdf84e1 SHA512 3829a3165361df4ff04ffe25c14f04a7a598848b832ad0f3db837e13d7cdeb8088fcdf1e13c4bb2dd3527a4773d4455de56e49eb55217070a9bfc5ea6ca79ed6 +EBUILD xcb-util-xrm-1.3-r1.ebuild 600 BLAKE2B e40c3f2bd746baf023cc9a9ecb1612b768a38c973a0ce16d9eafd3046ca11901565d77e1b6238262b014444f69eae5eeaa619605848cf9e530a97fe58a2d9c5a SHA512 e29ac093131ea5a1ffdeaa3e185fd448ca330aee94ec0858b6b59edd12cdb1713f546e3dff4d0535394ddeacbf7495743b8967c0b042e27ef201c69c239c7543 MISC metadata.xml 785 BLAKE2B c63bbc5ce0f5b19664cf75747a5fe7b46713a574b5e9cab75d01dac327649fd120ca530a969057e19c89adc5baaf659e7d89697c8e24bb2162afc6d130edc446 SHA512 5925b279d4e10fdda9455e653471a4f0a89f4bef285c6f75f1f72552c988372755505a51d7f7c3a7d0e8c616e84085d90fbf99b8d784072fd72336c6a01d371e diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild index 792ab1a61177..fb12007f9546 100644 --- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild +++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ DESCRIPTION="X C-language Bindings sample implementations" HOMEPAGE="https://xcb.freedesktop.org/" SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2" -KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~riscv x86" RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}] x11-libs/xcb-util[${MULTILIB_USEDEP}]" |