diff options
author | 2024-03-22 08:13:41 +0200 | |
---|---|---|
committer | 2024-03-22 08:13:41 +0200 | |
commit | fd0ff47b79d5e0b38687944c1844c53965e08294 (patch) | |
tree | 4282f10a3e2066628c3055da21e111010e43cfe4 /x11-misc | |
parent | x11-misc/makedepend: Stabilize 1.0.9 x86, #927262 (diff) | |
download | gentoo-fd0ff47b79d5e0b38687944c1844c53965e08294.tar.gz gentoo-fd0ff47b79d5e0b38687944c1844c53965e08294.tar.bz2 gentoo-fd0ff47b79d5e0b38687944c1844c53965e08294.zip |
x11-misc/makedepend: Stabilize 1.0.9 amd64, #927262
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/makedepend/makedepend-1.0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/makedepend/makedepend-1.0.9.ebuild b/x11-misc/makedepend/makedepend-1.0.9.ebuild index 26681cf4d150..c6ef4e27892a 100644 --- a/x11-misc/makedepend/makedepend-1.0.9.ebuild +++ b/x11-misc/makedepend/makedepend-1.0.9.ebuild @@ -7,4 +7,4 @@ XORG_TARBALL_SUFFIX="xz" inherit xorg-3 DESCRIPTION="create dependencies in makefiles" -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" |