diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-01-21 14:35:01 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-01-21 14:35:49 +0100 |
commit | 200353b5ae1b0463254d642f697b7ad6f34f43dc (patch) | |
tree | 8200e1ecc53416bbdc287b36bea64c415936f27a /net-im | |
parent | app-emacs/racket-mode: new package; add version 20220120 (diff) | |
download | gentoo-200353b5ae1b0463254d642f697b7ad6f34f43dc.tar.gz gentoo-200353b5ae1b0463254d642f697b7ad6f34f43dc.tar.bz2 gentoo-200353b5ae1b0463254d642f697b7ad6f34f43dc.zip |
net-im/sendxmpp-amm: remove unnecessary MY_KEYWORDS assignment
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild | 3 | ||||
-rw-r--r-- | net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild | 5 |
2 files changed, 1 insertions, 7 deletions
diff --git a/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild b/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild index 49c9aed88173..faee439560d1 100644 --- a/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild +++ b/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild @@ -11,9 +11,6 @@ HOMEPAGE="https://github.com/flowdalic/sendxmpp" if [[ "${PV}" == "9999" ]] || [[ -n "${EGIT_COMMIT_ID}" ]]; then EGIT_REPO_URI="https://github.com/Flowdalic/${ORIG_PN}.git" inherit git-r3 - if [[ "${PV}" == "9999" ]]; then - MY_KEYWORDS="" - fi else SRC_URI="https://github.com/flowdalic/${ORIG_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="amd64" diff --git a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild b/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild index ef6656d8a9fc..782316d17024 100644 --- a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild +++ b/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,9 +11,6 @@ HOMEPAGE="https://github.com/flowdalic/sendxmpp" if [[ "${PV}" == "9999" ]] || [[ -n "${EGIT_COMMIT_ID}" ]]; then EGIT_REPO_URI="https://github.com/Flowdalic/${ORIG_PN}.git" inherit git-r3 - if [[ "${PV}" == "9999" ]]; then - MY_KEYWORDS="" - fi else SRC_URI="https://github.com/flowdalic/${ORIG_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" |