diff options
author | 2014-02-08 13:02:06 +0000 | |
---|---|---|
committer | 2014-02-08 13:02:06 +0000 | |
commit | cd984d1cfcb593626bd73dd466577398b00eb3c1 (patch) | |
tree | 6e81d5d07e91549d5055089e1bf5a15c90c70392 /dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.710.0.ebuild | |
parent | ia64 stable wrt bug #500178 (diff) | |
download | gentoo-2-cd984d1cfcb593626bd73dd466577398b00eb3c1.tar.gz gentoo-2-cd984d1cfcb593626bd73dd466577398b00eb3c1.tar.bz2 gentoo-2-cd984d1cfcb593626bd73dd466577398b00eb3c1.zip |
fix wrong value of MODULE_VERSION variable.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.710.0.ebuild')
-rw-r--r-- | dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.710.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.710.0.ebuild b/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.710.0.ebuild index f154a13fcf56..e803950e8d1f 100644 --- a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.710.0.ebuild +++ b/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.710.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.710.0.ebuild,v 1.1 2013/08/15 06:42:53 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.710.0.ebuild,v 1.2 2014/02/08 13:02:06 zlogene Exp $ EAPI=4 MODULE_AUTHOR=SHLOMIF -MODULE_VERSION=2.69 +MODULE_VERSION=2.71 inherit perl-module DESCRIPTION="Work with IO sockets in ipv6" |