diff options
author | Wolfgang Müller | 2022-03-16 09:20:50 +0100 |
---|---|---|
committer | Wolfgang Müller | 2022-03-16 09:20:50 +0100 |
commit | b9fa28c77b1bf7fd75822c4716f94f2e6a07533a (patch) | |
tree | 03284d3c12c8296ad0461fe369f836b00747d299 /net-mail/mblaze | |
parent | cccbb4954058868ed016a967c869421dbb53658b (diff) | |
download | pramantha-b9fa28c77b1bf7fd75822c4716f94f2e6a07533a.tar.gz |
net-mail/mblaze: Remove KEYWORDS for -9999
pkgcheck complained about this, and we really just added it ages ago for
convenience.
Diffstat (limited to 'net-mail/mblaze')
-rw-r--r-- | net-mail/mblaze/mblaze-1.2.ebuild | 1 | ||||
-rw-r--r-- | net-mail/mblaze/mblaze-9999.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net-mail/mblaze/mblaze-1.2.ebuild b/net-mail/mblaze/mblaze-1.2.ebuild index 9e58ece..73dd9a5 100644 --- a/net-mail/mblaze/mblaze-1.2.ebuild +++ b/net-mail/mblaze/mblaze-1.2.ebuild @@ -9,7 +9,6 @@ HOMEPAGE="https://git.vuxu.org/mblaze/" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.vuxu.org/mblaze" - KEYWORDS="~amd64 ~x86" else SRC_URI="https://git.vuxu.org/mblaze/snapshot/${P}.tar.gz" KEYWORDS="amd64 x86" diff --git a/net-mail/mblaze/mblaze-9999.ebuild b/net-mail/mblaze/mblaze-9999.ebuild index d57a80e..0396d7f 100644 --- a/net-mail/mblaze/mblaze-9999.ebuild +++ b/net-mail/mblaze/mblaze-9999.ebuild @@ -9,7 +9,6 @@ HOMEPAGE="https://git.vuxu.org/mblaze/" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.vuxu.org/mblaze" - KEYWORDS="~amd64 ~x86" else SRC_URI="https://git.vuxu.org/mblaze/snapshot/${P}.tar.gz" KEYWORDS="amd64 x86" |