Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/curb/
Date: Thu, 02 Mar 2023 06:16:50
Message-Id: 1677737801.0c9958b60144e2e8f8b7d21e79520c05b44c9e39.graaff@gentoo
1 commit: 0c9958b60144e2e8f8b7d21e79520c05b44c9e39
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 06:15:25 2023 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 06:16:41 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c9958b6
7
8 dev-ruby/curb: stabilize 1.0.3 for amd64
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/curb/curb-1.0.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/curb/curb-1.0.3.ebuild b/dev-ruby/curb/curb-1.0.3.ebuild
16 index 5d6fd59c9f39..3c153cbd53d3 100644
17 --- a/dev-ruby/curb/curb-1.0.3.ebuild
18 +++ b/dev-ruby/curb/curb-1.0.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/taf2/curb"
26
27 LICENSE="Ruby"
28 SLOT="0"
29 -KEYWORDS="~amd64"
30 +KEYWORDS="amd64"
31 IUSE=""
32
33 DEPEND+=" net-misc/curl[ssl] test? ( net-misc/curl )"