diff options
author | 2011-01-08 18:14:16 +0000 | |
---|---|---|
committer | 2011-01-08 18:14:16 +0000 | |
commit | 7114c41441bf31689a24a5db5d00498447a7fad8 (patch) | |
tree | 505239533b20ae15cf3ddab5cf379f81486784fa /app-portage | |
parent | alpha/arm/ia64/s390/sh/sparc stable wrt #350877 (diff) | |
download | gentoo-2-7114c41441bf31689a24a5db5d00498447a7fad8.tar.gz gentoo-2-7114c41441bf31689a24a5db5d00498447a7fad8.tar.bz2 gentoo-2-7114c41441bf31689a24a5db5d00498447a7fad8.zip |
Fix deprecation warning.
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/portato/ChangeLog | 8 | ||||
-rw-r--r-- | app-portage/portato/portato-0.14.1.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/app-portage/portato/ChangeLog b/app-portage/portato/ChangeLog index b38f00926bc5..361d8f22669d 100644 --- a/app-portage/portato/ChangeLog +++ b/app-portage/portato/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/portato -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portato/ChangeLog,v 1.29 2010/09/08 17:24:02 idl0r Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/portato/ChangeLog,v 1.30 2011/01/08 18:14:16 arfrever Exp $ + + 08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + portato-0.14.1.ebuild: + Fix deprecation warning. 08 Sep 2010; Christian Ruppert <idl0r@gentoo.org> -portato-0.13.1-r1.ebuild, -portato-0.14.ebuild: diff --git a/app-portage/portato/portato-0.14.1.ebuild b/app-portage/portato/portato-0.14.1.ebuild index 97d385e1233e..e0637eb0569c 100644 --- a/app-portage/portato/portato-0.14.1.ebuild +++ b/app-portage/portato/portato-0.14.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portato/portato-0.14.1.ebuild,v 1.1 2010/09/08 16:52:11 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/portato/portato-0.14.1.ebuild,v 1.2 2011/01/08 18:14:16 arfrever Exp $ -EAPI="2" +EAPI="3" -inherit python eutils distutils +inherit distutils eutils DESCRIPTION="A GUI for Portage written in Python" HOMEPAGE="http://necoro.eu/portato" |