diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-03 16:49:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-03 16:49:08 +0000 |
commit | 82fd6b9656f7b37ddd837dfcdd6c866cc8ca036c (patch) | |
tree | 2c7698e3a0172b95f3a2452d9f8162ef00e7e983 /dev-perl/Schedule-At | |
parent | Stable for amd64, wrt bug #396949 (diff) | |
download | historical-82fd6b9656f7b37ddd837dfcdd6c866cc8ca036c.tar.gz historical-82fd6b9656f7b37ddd837dfcdd6c866cc8ca036c.tar.bz2 historical-82fd6b9656f7b37ddd837dfcdd6c866cc8ca036c.zip |
Stable for amd64, wrt bug #396951
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Schedule-At')
-rw-r--r-- | dev-perl/Schedule-At/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Schedule-At/Schedule-At-1.130.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Schedule-At/ChangeLog b/dev-perl/Schedule-At/ChangeLog index 221cd7ae579f..835534a5f36e 100644 --- a/dev-perl/Schedule-At/ChangeLog +++ b/dev-perl/Schedule-At/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Schedule-At # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Schedule-At/ChangeLog,v 1.27 2012/01/31 17:56:02 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Schedule-At/ChangeLog,v 1.28 2012/02/03 16:49:08 ago Exp $ + + 03 Feb 2012; Agostino Sarubbo <ago@gentoo.org> Schedule-At-1.130.0.ebuild: + Stable for amd64, wrt bug #396951 *Schedule-At-1.140.0 (31 Jan 2012) diff --git a/dev-perl/Schedule-At/Schedule-At-1.130.0.ebuild b/dev-perl/Schedule-At/Schedule-At-1.130.0.ebuild index d5e4feefc4cb..d1f78e76e1bb 100644 --- a/dev-perl/Schedule-At/Schedule-At-1.130.0.ebuild +++ b/dev-perl/Schedule-At/Schedule-At-1.130.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Schedule-At/Schedule-At-1.130.0.ebuild,v 1.1 2011/06/23 09:23:27 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Schedule-At/Schedule-At-1.130.0.ebuild,v 1.2 2012/02/03 16:49:08 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="OS independent interface to the Unix 'at' command" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +KEYWORDS="amd64 ~ia64 ~sparc ~x86" IUSE="" RDEPEND="sys-process/at" |