diff options
author | 2013-03-14 07:09:39 +0000 | |
---|---|---|
committer | 2013-03-14 07:09:39 +0000 | |
commit | a5b737086f36f9e208dcb6f2087f549646693c24 (patch) | |
tree | 375745bbeb5adcb97461e8d083412213db7ee522 /net-libs | |
parent | Stable for arm, wrt bug #457580 (diff) | |
download | gentoo-2-a5b737086f36f9e208dcb6f2087f549646693c24.tar.gz gentoo-2-a5b737086f36f9e208dcb6f2087f549646693c24.tar.bz2 gentoo-2-a5b737086f36f9e208dcb6f2087f549646693c24.zip |
Stable for arm, wrt bug #457580
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/meanwhile/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-libs/meanwhile/ChangeLog b/net-libs/meanwhile/ChangeLog index 3f9f32b7d402..e5c8c85b52e2 100644 --- a/net-libs/meanwhile/ChangeLog +++ b/net-libs/meanwhile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/meanwhile -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/meanwhile/ChangeLog,v 1.62 2012/07/29 18:15:14 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/meanwhile/ChangeLog,v 1.63 2013/03/14 07:09:39 ago Exp $ + + 14 Mar 2013; Agostino Sarubbo <ago@gentoo.org> meanwhile-1.0.2-r1.ebuild: + Stable for arm, wrt bug #457580 29 Jul 2012; Raúl Porcel <armin76@gentoo.org> meanwhile-1.0.2-r1.ebuild: alpha/ia64/sparc stable wrt #415421 @@ -237,4 +240,3 @@ 05 Jun 2004; Don Seiler <rizzo@gentoo.org>; +metadata.xml, +meanwhile-0.2.ebuild: Initial add for Bug 53071. Thanks to Jared Breland - diff --git a/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild b/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild index aebb28a6fde1..3ed19ea45c6d 100644 --- a/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild +++ b/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild,v 1.8 2012/07/29 18:15:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild,v 1.9 2013/03/14 07:09:39 ago Exp $ EAPI=4 inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2" IUSE="doc debug" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" RDEPEND=">=dev-libs/glib-2:2" |