diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-03-06 20:36:14 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-03-06 20:36:14 +0000 |
commit | d7da86216a2e46a236bca5ad76261f9bf977c537 (patch) | |
tree | 6b89a0abcd289340de73ada3787ad0b1e695e801 /app-mobilephone | |
parent | Fix QA warnings and sanitize the ebuild code. (diff) | |
download | gentoo-2-d7da86216a2e46a236bca5ad76261f9bf977c537.tar.gz gentoo-2-d7da86216a2e46a236bca5ad76261f9bf977c537.tar.bz2 gentoo-2-d7da86216a2e46a236bca5ad76261f9bf977c537.zip |
add missing flag-o-matic inheritance
(Portage version: 2.0.54)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/obexftp/obexftp-0.18.ebuild | 4 | ||||
-rw-r--r-- | app-mobilephone/obexftp/obexftp-0.19.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-mobilephone/obexftp/obexftp-0.18.ebuild b/app-mobilephone/obexftp/obexftp-0.18.ebuild index c102dd149341..e1d79057ba6b 100644 --- a/app-mobilephone/obexftp/obexftp-0.18.ebuild +++ b/app-mobilephone/obexftp/obexftp-0.18.ebuild @@ -1,8 +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.5 2006/02/25 15:20:12 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/obexftp-0.18.ebuild,v 1.6 2006/03/06 20:36:12 mrness Exp $ -inherit perl-module +inherit perl-module flag-o-matic DESCRIPTION="File transfer over OBEX for mobile phones" SRC_URI="http://triq.net/obexftp/${P}.tar.gz" diff --git a/app-mobilephone/obexftp/obexftp-0.19.ebuild b/app-mobilephone/obexftp/obexftp-0.19.ebuild index c3264fb56de0..c785fdfc1135 100644 --- a/app-mobilephone/obexftp/obexftp-0.19.ebuild +++ b/app-mobilephone/obexftp/obexftp-0.19.ebuild @@ -1,8 +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.19.ebuild,v 1.1 2006/02/09 16:26:57 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/obexftp-0.19.ebuild,v 1.2 2006/03/06 20:36:14 mrness Exp $ -inherit perl-module +inherit perl-module flag-o-matic DESCRIPTION="File transfer over OBEX for mobile phones" SRC_URI="http://triq.net/obexftp/${P}.tar.gz" |