Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-amm/
Date: Fri, 21 Jan 2022 13:35:57
Message-Id: 1642772149.200353b5ae1b0463254d642f697b7ad6f34f43dc.flow@gentoo
1 commit: 200353b5ae1b0463254d642f697b7ad6f34f43dc
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 21 13:35:01 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 13:35:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200353b5
7
8 net-im/sendxmpp-amm: remove unnecessary MY_KEYWORDS assignment
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild | 3 ---
13 net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild | 5 +----
14 2 files changed, 1 insertion(+), 7 deletions(-)
15
16 diff --git a/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild b/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild
17 index 49c9aed88173..faee439560d1 100644
18 --- a/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild
19 +++ b/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild
20 @@ -11,9 +11,6 @@ HOMEPAGE="https://github.com/flowdalic/sendxmpp"
21 if [[ "${PV}" == "9999" ]] || [[ -n "${EGIT_COMMIT_ID}" ]]; then
22 EGIT_REPO_URI="https://github.com/Flowdalic/${ORIG_PN}.git"
23 inherit git-r3
24 - if [[ "${PV}" == "9999" ]]; then
25 - MY_KEYWORDS=""
26 - fi
27 else
28 SRC_URI="https://github.com/flowdalic/${ORIG_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
29 KEYWORDS="amd64"
30
31 diff --git a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild b/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
32 index ef6656d8a9fc..782316d17024 100644
33 --- a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
34 +++ b/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 +# Copyright 1999-2022 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=8
41 @@ -11,9 +11,6 @@ HOMEPAGE="https://github.com/flowdalic/sendxmpp"
42 if [[ "${PV}" == "9999" ]] || [[ -n "${EGIT_COMMIT_ID}" ]]; then
43 EGIT_REPO_URI="https://github.com/Flowdalic/${ORIG_PN}.git"
44 inherit git-r3
45 - if [[ "${PV}" == "9999" ]]; then
46 - MY_KEYWORDS=""
47 - fi
48 else
49 SRC_URI="https://github.com/flowdalic/${ORIG_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
50 KEYWORDS="~amd64"