Diff xbitmaps-1.1.3 with a xbitmaps-1.1.4

/usr/portage/x11-misc/xbitmaps/xbitmaps-1.1.4.ebuild 2026-07-22 20:03:06.410641346 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
XORG_MODULE=data/
7
inherit xorg-3
7
inherit xorg-meson
8 8

  
9 9
DESCRIPTION="X.Org bitmaps data"
10 10
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris"
11 11

  
12 12
# there is nothing to compile for this package, all its contents are produced by
13
# configure. the only make job that matters is make install
13
# meson configure. the only meson job that matters is meson install.
14 14
src_compile() { true; }
Thank you!