Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/gitea/
Date: Thu, 29 Sep 2022 05:17:56
Message-Id: 1664428637.7dcedfe611cc841c0c60d629078775dd334bf9d5.juippis@gentoo
1 commit: 7dcedfe611cc841c0c60d629078775dd334bf9d5
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 05:17:17 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 05:17:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dcedfe6
7
8 www-apps/gitea: Stabilize 1.17.2 amd64, #873373
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 www-apps/gitea/gitea-1.17.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-apps/gitea/gitea-1.17.2.ebuild b/www-apps/gitea/gitea-1.17.2.ebuild
16 index c0f056208ec7..74bb5c10ec64 100644
17 --- a/www-apps/gitea/gitea-1.17.2.ebuild
18 +++ b/www-apps/gitea/gitea-1.17.2.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
20 EGIT_REPO_URI="https://github.com/go-gitea/gitea.git"
21 else
22 SRC_URI="https://github.com/go-gitea/gitea/releases/download/v${PV}/gitea-src-${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
24 + KEYWORDS="amd64 ~arm ~arm64 ~x86"
25 fi
26
27 S="${WORKDIR}/${PN}-src-${PV}"