commit:     14145090a45e2b94c01752560730434283ac28b2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 22 22:24:19 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 23 04:48:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14145090

app-admin/stow: use HTTPS in HOMEPAGE, tiny style tweak

* HTTPS in git repo HOMEPAGE
* Change *DEPEND to sam-style

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/stow/stow-2.3.1.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-admin/stow/stow-2.3.1.ebuild b/app-admin/stow/stow-2.3.1.ebuild
index 4401a0e5cb2..80f08c924fd 100644
--- a/app-admin/stow/stow-2.3.1.ebuild
+++ b/app-admin/stow/stow-2.3.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit perl-functions
 
 DESCRIPTION="GNU Stow is a symlink farm manager"
-HOMEPAGE="https://www.gnu.org/software/stow/ 
http://git.savannah.gnu.org/cgit/stow.git";
+HOMEPAGE="https://www.gnu.org/software/stow/ 
https://git.savannah.gnu.org/cgit/stow.git";
 SRC_URI="mirror://gnu/stow/${P}.tar.gz"
 
 LICENSE="GPL-3+"
@@ -15,13 +15,15 @@ KEYWORDS="amd64 ~arm arm64 ~hppa ~mips ~ppc ~sparc x86 
~amd64-linux ~x86-linux ~
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-DEPEND="dev-lang/perl
+RDEPEND="dev-lang/perl:="
+DEPEND="
+       ${RDEPEND}
        test? (
                dev-perl/IO-stringy
                virtual/perl-Test-Harness
                dev-perl/Test-Output
-       )"
-RDEPEND="dev-lang/perl:="
+       )
+"
 
 src_configure() {
        perl_set_version

Reply via email to