diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-11 10:02:58 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-11 10:02:58 +0200 |
commit | d95f65a296a413cae1df9f17bb753c5537442a66 (patch) | |
tree | c3900818978b59548a3d4227ca63a9184670799b /dev-libs/libtraceevent | |
parent | dev-libs/libtracefs: Stabilize 1.6.1 amd64, #889634 (diff) | |
download | gentoo-d95f65a296a413cae1df9f17bb753c5537442a66.tar.gz gentoo-d95f65a296a413cae1df9f17bb753c5537442a66.tar.bz2 gentoo-d95f65a296a413cae1df9f17bb753c5537442a66.zip |
dev-libs/libtraceevent: Stabilize 1.6.3 amd64, #889634
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/libtraceevent')
-rw-r--r-- | dev-libs/libtraceevent/libtraceevent-1.6.3.ebuild | 4 |
1 files 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" |