Skip to content

Commit

Permalink
app-admin/stow: use HTTPS in HOMEPAGE, tiny style tweak
Browse files Browse the repository at this point in the history
* HTTPS in git repo HOMEPAGE
* Change *DEPEND to sam-style

Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Mar 23, 2021
1 parent 3788eb2 commit 1414509
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app-admin/stow/stow-2.3.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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+"
Expand All @@ -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
Expand Down

0 comments on commit 1414509

Please sign in to comment.