diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-02-08 06:22:44 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-02-08 06:22:44 +0000 |
commit | 83b99c8b34b36487f808ebe44a1633dd1ccf1da0 (patch) | |
tree | 7eab99c6d3b86364db1e1cbb6afd9210947bcd23 /app-mobilephone/obexftp | |
parent | Use fixlocalpod in src_install() to fix bug #117772 by Jan Kundrát <jkt at g... (diff) | |
download | gentoo-2-83b99c8b34b36487f808ebe44a1633dd1ccf1da0.tar.gz gentoo-2-83b99c8b34b36487f808ebe44a1633dd1ccf1da0.tar.bz2 gentoo-2-83b99c8b34b36487f808ebe44a1633dd1ccf1da0.zip |
Add correct inherit line.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-mobilephone/obexftp')
-rw-r--r-- | app-mobilephone/obexftp/obexftp-0.18.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-mobilephone/obexftp/obexftp-0.18.ebuild b/app-mobilephone/obexftp/obexftp-0.18.ebuild index 3c28c14e2976..a3a7dfdd7071 100644 --- a/app-mobilephone/obexftp/obexftp-0.18.ebuild +++ b/app-mobilephone/obexftp/obexftp-0.18.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/obexftp-0.18.ebuild,v 1.3 2006/02/08 06:19:24 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/obexftp-0.18.ebuild,v 1.4 2006/02/08 06:22:44 ticho Exp $ + +inherit perl-module DESCRIPTION="File transfer over OBEX for mobile phones" SRC_URI="http://triq.net/obexftp/${P}.tar.gz" |