mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-crypt/eid-mw: use HTTPS for GitHub and HOMEPAGE domain
Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
committed by
Michał Górny
parent
7a3551f627
commit
a95b63bcdc
@@ -6,8 +6,7 @@ EAPI=6
|
||||
inherit eutils autotools mozextension
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="git://github.com/Fedict/${PN}.git
|
||||
https://github.com/Fedict/${PN}.git"
|
||||
EGIT_REPO_URI="https://github.com/Fedict/${PN}.git"
|
||||
inherit git-r3
|
||||
SRC_URI=""
|
||||
else
|
||||
@@ -20,7 +19,7 @@ SLOT="0"
|
||||
LICENSE="LGPL-3"
|
||||
DESCRIPTION="Electronic Identity Card middleware supplied by the Belgian Federal Government"
|
||||
|
||||
HOMEPAGE="http://eid.belgium.be"
|
||||
HOMEPAGE="https://eid.belgium.be"
|
||||
|
||||
IUSE="+dialogs +gtk p11-kit +xpi"
|
||||
|
||||
|
||||
@@ -6,8 +6,7 @@ EAPI=6
|
||||
inherit eutils autotools mozextension
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="git://github.com/Fedict/${PN}.git
|
||||
https://github.com/Fedict/${PN}.git"
|
||||
EGIT_REPO_URI="https://github.com/Fedict/${PN}.git"
|
||||
inherit git-r3
|
||||
SRC_URI=""
|
||||
else
|
||||
|
||||
@@ -6,8 +6,7 @@ EAPI=6
|
||||
inherit eutils autotools mozextension
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="git://github.com/Fedict/${PN}.git
|
||||
https://github.com/Fedict/${PN}.git"
|
||||
EGIT_REPO_URI="https://github.com/Fedict/${PN}.git"
|
||||
inherit git-r3
|
||||
SRC_URI=""
|
||||
else
|
||||
|
||||
@@ -6,8 +6,7 @@ EAPI=6
|
||||
inherit eutils autotools mozextension multilib
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="git://github.com/Fedict/${PN}.git
|
||||
https://github.com/Fedict/${PN}.git"
|
||||
EGIT_REPO_URI="https://github.com/Fedict/${PN}.git"
|
||||
inherit git-r3
|
||||
SRC_URI=""
|
||||
else
|
||||
@@ -20,7 +19,7 @@ SLOT="0"
|
||||
LICENSE="LGPL-3"
|
||||
DESCRIPTION="Electronic Identity Card middleware supplied by the Belgian Federal Government"
|
||||
|
||||
HOMEPAGE="http://eid.belgium.be"
|
||||
HOMEPAGE="https://eid.belgium.be"
|
||||
|
||||
IUSE="+dialogs +gtk p11-kit +xpi"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user