commit:     069148c8d80489a7fda30bc77fdd8770573db7ef
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jun 25 09:59:57 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 09:59:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=069148c8

www-apps/pleroma: fix VisibleVcsPkg

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 www-apps/pleroma/pleroma-2.5.2.ebuild | 3 ++-
 www-apps/pleroma/pleroma-9999.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/www-apps/pleroma/pleroma-2.5.2.ebuild 
b/www-apps/pleroma/pleroma-2.5.2.ebuild
index 44fcc932c..4449ba417 100644
--- a/www-apps/pleroma/pleroma-2.5.2.ebuild
+++ b/www-apps/pleroma/pleroma-2.5.2.ebuild
@@ -12,13 +12,14 @@ if [[ "${PV}" == *9999 ]]; then
        EGIT_REPO_URI="https://git.pleroma.social/pleroma/pleroma";
        # git-r3 doesn't allows make.conf override of MIN_CLONE_TYPE, so done 
here for my self-hosted branch
        EGIT_MIN_CLONE_TYPE="single+tags"
+       KEYWORDS=""
 else
        
SRC_URI="https://git.pleroma.social/pleroma/pleroma/-/archive/v${PV}/${PN}-v${PV}.tar.gz";
        S="${WORKDIR}/${PN}-v${PV}"
+       KEYWORDS="~amd64"
 fi
 LICENSE="AGPL-3 CC-BY-SA-4.0 CC-BY-4.0"
 SLOT="otp"
-KEYWORDS="~amd64"
 IUSE=""
 
 # Requires network access (https) as long as elixir dependencies aren't 
packaged

diff --git a/www-apps/pleroma/pleroma-9999.ebuild 
b/www-apps/pleroma/pleroma-9999.ebuild
index 44fcc932c..4449ba417 100644
--- a/www-apps/pleroma/pleroma-9999.ebuild
+++ b/www-apps/pleroma/pleroma-9999.ebuild
@@ -12,13 +12,14 @@ if [[ "${PV}" == *9999 ]]; then
        EGIT_REPO_URI="https://git.pleroma.social/pleroma/pleroma";
        # git-r3 doesn't allows make.conf override of MIN_CLONE_TYPE, so done 
here for my self-hosted branch
        EGIT_MIN_CLONE_TYPE="single+tags"
+       KEYWORDS=""
 else
        
SRC_URI="https://git.pleroma.social/pleroma/pleroma/-/archive/v${PV}/${PN}-v${PV}.tar.gz";
        S="${WORKDIR}/${PN}-v${PV}"
+       KEYWORDS="~amd64"
 fi
 LICENSE="AGPL-3 CC-BY-SA-4.0 CC-BY-4.0"
 SLOT="otp"
-KEYWORDS="~amd64"
 IUSE=""
 
 # Requires network access (https) as long as elixir dependencies aren't 
packaged

Reply via email to