diff options
author | 2024-12-20 20:32:06 +0000 | |
---|---|---|
committer | 2024-12-20 20:35:07 +0000 | |
commit | 858158b52c0a3d5c719cb908cb128a5b15db48a5 (patch) | |
tree | 353b1c9a49276dd3fdc549aee65e8e20b2ab4036 | |
parent | dev-libs/libdex: Stabilize 0.6.1 amd64, #946484 (diff) | |
download | gentoo-858158b52c0a3d5c719cb908cb128a5b15db48a5.tar.gz gentoo-858158b52c0a3d5c719cb908cb128a5b15db48a5.tar.bz2 gentoo-858158b52c0a3d5c719cb908cb128a5b15db48a5.zip |
dev-libs/libglib-testing: Stabilize 0.1.1 amd64, #946484
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-libs/libglib-testing/libglib-testing-0.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libglib-testing/libglib-testing-0.1.1.ebuild b/dev-libs/libglib-testing/libglib-testing-0.1.1.ebuild index a6bed38526a3..5f4bdc572134 100644 --- a/dev-libs/libglib-testing/libglib-testing-0.1.1.ebuild +++ b/dev-libs/libglib-testing/libglib-testing-0.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://tecnocode.co.uk/downloads/libglib-testing-${PV}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~loong ~x86" +KEYWORDS="amd64 ~arm64 ~loong ~x86" DEPEND=">=dev-libs/glib-2.44:2" RDEPEND="${DEPEND}" |