commit: d95f65a296a413cae1df9f17bb753c5537442a66
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 08:02:58 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 08:02:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d95f65a2
dev-libs/libtraceevent: Stabilize 1.6.3 amd64, #889634
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-libs/libtraceevent/libtraceevent-1.6.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libtraceevent/libtraceevent-1.6.3.ebuild
b/dev-libs/libtraceevent/libtraceevent-1.6.3.ebuild
index b9bb4041b4e1..d29cdfec0584 100644
--- a/dev-libs/libtraceevent/libtraceevent-1.6.3.ebuild
+++ b/dev-libs/libtraceevent/libtraceevent-1.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2022 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} =~ [9]{4,} ]]; then
inherit git-r3
else
SRC_URI="https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/snapshot/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm64 ~x86"
fi
LICENSE="LGPL-2.1"