diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-06-27 11:00:26 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-06-27 11:00:26 +0000 |
commit | 1d8e34f0e3c62461919043926fc5440d8d74af78 (patch) | |
tree | a513847fb41a3be57726e6af8118222390937d92 /dev-perl/Test-Command | |
parent | x86 stable, bug 322791 (diff) | |
download | gentoo-2-1d8e34f0e3c62461919043926fc5440d8d74af78.tar.gz gentoo-2-1d8e34f0e3c62461919043926fc5440d8d74af78.tar.bz2 gentoo-2-1d8e34f0e3c62461919043926fc5440d8d74af78.zip |
stable x86, security bug 325531
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Test-Command')
-rw-r--r-- | dev-perl/Test-Command/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Command/Test-Command-0.08.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Test-Command/ChangeLog b/dev-perl/Test-Command/ChangeLog index 23d7e098b7d7..392f03adf1c2 100644 --- a/dev-perl/Test-Command/ChangeLog +++ b/dev-perl/Test-Command/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Command # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/ChangeLog,v 1.2 2010/06/27 00:12:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/ChangeLog,v 1.3 2010/06/27 11:00:26 fauli Exp $ + + 27 Jun 2010; Christian Faulhammer <fauli@gentoo.org> + Test-Command-0.08.ebuild: + stable x86, security bug 325531 27 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> Test-Command-0.08.ebuild: diff --git a/dev-perl/Test-Command/Test-Command-0.08.ebuild b/dev-perl/Test-Command/Test-Command-0.08.ebuild index aa03accf1a9f..1411b1476e6a 100644 --- a/dev-perl/Test-Command/Test-Command-0.08.ebuild +++ b/dev-perl/Test-Command/Test-Command-0.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/Test-Command-0.08.ebuild,v 1.3 2010/06/27 00:16:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/Test-Command-0.08.ebuild,v 1.4 2010/06/27 11:00:26 fauli Exp $ MODULE_AUTHOR=DANBOO inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="Test routines for external commands" LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86" IUSE="test" SRC_TEST="do" |