diff options
author | Joshua Kinard <kumba@gentoo.org> | 2012-03-12 12:35:45 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2012-03-12 12:35:45 +0000 |
commit | 9a12d58f044547ca9d65c0d0e7da25b0295416d0 (patch) | |
tree | 32f231d6faf5aff587c48a0b6a7aaec402b43f61 /net-misc/spread | |
parent | Removed the mask on MaraDNS 2, as it's the latest version and all known secu... (diff) | |
download | gentoo-2-9a12d58f044547ca9d65c0d0e7da25b0295416d0.tar.gz gentoo-2-9a12d58f044547ca9d65c0d0e7da25b0295416d0.tar.bz2 gentoo-2-9a12d58f044547ca9d65c0d0e7da25b0295416d0.zip |
EAPI is a string, not an integer.
(Portage version: 2.1.10.45/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/spread')
-rw-r--r-- | net-misc/spread/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/spread/spread-4.0.0.ebuild | 4 | ||||
-rw-r--r-- | net-misc/spread/spread-4.1.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/spread/ChangeLog b/net-misc/spread/ChangeLog index ae7849ad1fbe..c96a55a6b964 100644 --- a/net-misc/spread/ChangeLog +++ b/net-misc/spread/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/spread # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/spread/ChangeLog,v 1.8 2012/03/11 23:56:11 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/spread/ChangeLog,v 1.9 2012/03/12 12:35:44 kumba Exp $ + + 12 Mar 2012; Joshua Kinard <kumba@gentoo.org> spread-4.0.0.ebuild, + spread-4.1.0.ebuild: + EAPI is a string, not an integer. 11 Mar 2012; Joshua Kinard <kumba@gentoo.org> spread-4.0.0.ebuild, spread-4.1.0.ebuild: diff --git a/net-misc/spread/spread-4.0.0.ebuild b/net-misc/spread/spread-4.0.0.ebuild index 21c44cdfb55e..c9d2d13a0432 100644 --- a/net-misc/spread/spread-4.0.0.ebuild +++ b/net-misc/spread/spread-4.0.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/spread/spread-4.0.0.ebuild,v 1.5 2012/03/11 23:56:11 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/spread/spread-4.0.0.ebuild,v 1.6 2012/03/12 12:35:44 kumba Exp $ -EAPI=4 +EAPI="4" inherit eutils MY_PN="spread-src" diff --git a/net-misc/spread/spread-4.1.0.ebuild b/net-misc/spread/spread-4.1.0.ebuild index 37ad040e2a16..f95a54631422 100644 --- a/net-misc/spread/spread-4.1.0.ebuild +++ b/net-misc/spread/spread-4.1.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/spread/spread-4.1.0.ebuild,v 1.2 2012/03/11 23:56:11 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/spread/spread-4.1.0.ebuild,v 1.3 2012/03/12 12:35:45 kumba Exp $ -EAPI=4 +EAPI="4" inherit eutils MY_PN="spread-src" |