diff options
author | David Seifert <soap@gentoo.org> | 2019-08-29 13:37:55 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-29 13:37:55 +0200 |
commit | 0e040b7373e9d7936656a05756752c3fb1cf0783 (patch) | |
tree | 5cc98f1be7798a9a53dbc1c6a6286f9800722bfa /app-misc/screenfetch | |
parent | app-misc/rox-filer: [QA] Use desktop.eclass (diff) | |
download | gentoo-0e040b7373e9d7936656a05756752c3fb1cf0783.tar.gz gentoo-0e040b7373e9d7936656a05756752c3fb1cf0783.tar.bz2 gentoo-0e040b7373e9d7936656a05756752c3fb1cf0783.zip |
app-misc/screenfetch: [QA] Fix ${HOMEPAGE} in SRC_URI
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-misc/screenfetch')
-rw-r--r-- | app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild | 4 | ||||
-rw-r--r-- | app-misc/screenfetch/screenfetch-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild b/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild index 459928ae2f31..563bd71e8b10 100644 --- a/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild +++ b/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ DESCRIPTION="Bash Screenshot Information Tool" HOMEPAGE="https://github.com/KittyKatt/screenFetch" if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="${HOMEPAGE}.git" + EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git" inherit git-r3 else KEYWORDS="amd64 ~arm x86 ~x64-macos" diff --git a/app-misc/screenfetch/screenfetch-9999.ebuild b/app-misc/screenfetch/screenfetch-9999.ebuild index f2c6bb16d7d5..09b465b4c1ac 100644 --- a/app-misc/screenfetch/screenfetch-9999.ebuild +++ b/app-misc/screenfetch/screenfetch-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ DESCRIPTION="Bash Screenshot Information Tool" HOMEPAGE="https://github.com/KittyKatt/screenFetch" if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="${HOMEPAGE}.git" + EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git" inherit git-r3 else KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" |