Skip to content

Commit

Permalink
dev-util/shtool: Fix Copyright.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
monsieurp committed Apr 20, 2016
1 parent a635783 commit bc8ff9c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dev-util/shtool/shtool-2.0.8-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DESCRIPTION="A compilation of small but very stable and portable shell scripts into a single shell tool"
DESCRIPTION="Set of stable and portable shell scripts"
HOMEPAGE="https://www.gnu.org/software/shtool/shtool.html"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"

Expand All @@ -13,7 +13,8 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86"
IUSE=""

DEPEND=">=dev-lang/perl-5.6"
DEPEND="
>=dev-lang/perl-5.6"

src_install () {
make DESTDIR="${D}" install || die "make install failed"
Expand Down

0 comments on commit bc8ff9c

Please sign in to comment.