mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
www-apps/pleroma: fix VisibleVcsPkg
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -12,13 +12,14 @@ if [[ "${PV}" == *9999 ]]; then
|
|||||||
EGIT_REPO_URI="https://git.pleroma.social/pleroma/pleroma"
|
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
|
# 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"
|
EGIT_MIN_CLONE_TYPE="single+tags"
|
||||||
|
KEYWORDS=""
|
||||||
else
|
else
|
||||||
SRC_URI="https://git.pleroma.social/pleroma/pleroma/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
|
SRC_URI="https://git.pleroma.social/pleroma/pleroma/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
|
||||||
S="${WORKDIR}/${PN}-v${PV}"
|
S="${WORKDIR}/${PN}-v${PV}"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
LICENSE="AGPL-3 CC-BY-SA-4.0 CC-BY-4.0"
|
LICENSE="AGPL-3 CC-BY-SA-4.0 CC-BY-4.0"
|
||||||
SLOT="otp"
|
SLOT="otp"
|
||||||
KEYWORDS="~amd64"
|
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
# Requires network access (https) as long as elixir dependencies aren't packaged
|
# Requires network access (https) as long as elixir dependencies aren't packaged
|
||||||
|
|||||||
@@ -12,13 +12,14 @@ if [[ "${PV}" == *9999 ]]; then
|
|||||||
EGIT_REPO_URI="https://git.pleroma.social/pleroma/pleroma"
|
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
|
# 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"
|
EGIT_MIN_CLONE_TYPE="single+tags"
|
||||||
|
KEYWORDS=""
|
||||||
else
|
else
|
||||||
SRC_URI="https://git.pleroma.social/pleroma/pleroma/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
|
SRC_URI="https://git.pleroma.social/pleroma/pleroma/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
|
||||||
S="${WORKDIR}/${PN}-v${PV}"
|
S="${WORKDIR}/${PN}-v${PV}"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
LICENSE="AGPL-3 CC-BY-SA-4.0 CC-BY-4.0"
|
LICENSE="AGPL-3 CC-BY-SA-4.0 CC-BY-4.0"
|
||||||
SLOT="otp"
|
SLOT="otp"
|
||||||
KEYWORDS="~amd64"
|
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
# Requires network access (https) as long as elixir dependencies aren't packaged
|
# Requires network access (https) as long as elixir dependencies aren't packaged
|
||||||
|
|||||||
Reference in New Issue
Block a user