diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-08 20:05:55 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-08 20:05:55 +0000 |
commit | a00b3ff112b8800e58cadcea9b05ea5bee4bf0e5 (patch) | |
tree | e5d57e73dd476de2f6a96f1066770280c298108f /app-mobilephone | |
parent | Fix deprecation warnings. (diff) | |
download | gentoo-2-a00b3ff112b8800e58cadcea9b05ea5bee4bf0e5.tar.gz gentoo-2-a00b3ff112b8800e58cadcea9b05ea5bee4bf0e5.tar.bz2 gentoo-2-a00b3ff112b8800e58cadcea9b05ea5bee4bf0e5.zip |
Fix deprecation warning.
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/wammu/ChangeLog | 8 | ||||
-rw-r--r-- | app-mobilephone/wammu/wammu-0.30.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-mobilephone/wammu/ChangeLog b/app-mobilephone/wammu/ChangeLog index fb1ca7431118..e27ed41bf068 100644 --- a/app-mobilephone/wammu/ChangeLog +++ b/app-mobilephone/wammu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-mobilephone/wammu -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.46 2010/12/29 20:58:00 fauli Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.47 2011/01/08 20:05:55 arfrever Exp $ + + 08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + wammu-0.30.1.ebuild: + Fix deprecation warning. 29 Dec 2010; Christian Faulhammer <fauli@gentoo.org> -wammu-0.32.1.ebuild: clean up diff --git a/app-mobilephone/wammu/wammu-0.30.1.ebuild b/app-mobilephone/wammu/wammu-0.30.1.ebuild index 8e611cd141be..800771f7f857 100644 --- a/app-mobilephone/wammu/wammu-0.30.1.ebuild +++ b/app-mobilephone/wammu/wammu-0.30.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.30.1.ebuild,v 1.4 2009/10/24 11:03:45 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.30.1.ebuild,v 1.5 2011/01/08 20:05:55 arfrever Exp $ -EAPI="2" +EAPI="3" inherit distutils |