diff options
author | Sam James <sam@gentoo.org> | 2021-03-22 22:24:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-23 04:48:42 +0000 |
commit | 14145090a45e2b94c01752560730434283ac28b2 (patch) | |
tree | 8d0b6d8631ea5044724bf041dba971c318726ce9 /app-admin/stow | |
parent | net-misc/bopm: update EAPI 6 -> 7 (diff) | |
download | gentoo-14145090a45e2b94c01752560730434283ac28b2.tar.gz gentoo-14145090a45e2b94c01752560730434283ac28b2.tar.bz2 gentoo-14145090a45e2b94c01752560730434283ac28b2.zip |
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@gentoo.org>
Diffstat (limited to 'app-admin/stow')
-rw-r--r-- | app-admin/stow/stow-2.3.1.ebuild | 10 |
1 files 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 4401a0e5cb2a..80f08c924fdc 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 |