diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-06-26 06:27:19 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-06-26 06:27:19 +0000 |
commit | 15ee3d22611273bf071f19302e3b2863ae46ebb7 (patch) | |
tree | 9f32c04d0afce9a47fc90fdf7afde61bab9e4fe4 /sys-auth | |
parent | Version bump. (diff) | |
download | gentoo-2-15ee3d22611273bf071f19302e3b2863ae46ebb7.tar.gz gentoo-2-15ee3d22611273bf071f19302e3b2863ae46ebb7.tar.bz2 gentoo-2-15ee3d22611273bf071f19302e3b2863ae46ebb7.zip |
Specify perl-Time-Local runtime dependency for skeyprune.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/skey/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/skey/skey-1.1.5-r9.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-auth/skey/ChangeLog b/sys-auth/skey/ChangeLog index ea96baac03d4..d4858d7542e3 100644 --- a/sys-auth/skey/ChangeLog +++ b/sys-auth/skey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/skey # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.28 2015/06/25 21:40:09 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.29 2015/06/26 06:27:19 ulm Exp $ + + 26 Jun 2015; Ulrich Müller <ulm@gentoo.org> skey-1.1.5-r9.ebuild: + Specify perl-Time-Local runtime dependency for skeyprune. *skey-1.1.5-r9 (25 Jun 2015) diff --git a/sys-auth/skey/skey-1.1.5-r9.ebuild b/sys-auth/skey/skey-1.1.5-r9.ebuild index ce54287be658..5dddcd999221 100644 --- a/sys-auth/skey/skey-1.1.5-r9.ebuild +++ b/sys-auth/skey/skey-1.1.5-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r9.ebuild,v 1.1 2015/06/25 21:40:09 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r9.ebuild,v 1.2 2015/06/26 06:27:19 ulm Exp $ EAPI=5 @@ -19,6 +19,7 @@ IUSE="static-libs" DEPEND="dev-lang/perl app-arch/xz-utils" RDEPEND="dev-lang/perl + virtual/perl-Time-Local sys-libs/cracklib" src_prepare() { |