diff options
author | 2009-08-08 16:11:31 +0000 | |
---|---|---|
committer | 2009-08-08 16:11:31 +0000 | |
commit | b3625bae39e18fed97a85f65b59d696347e45693 (patch) | |
tree | 0a23984d4af9db4fca01592c54cc4909cd421945 /dev-cpp | |
parent | Mark all versions -amd64 because of bug 273978. (diff) | |
download | gentoo-2-b3625bae39e18fed97a85f65b59d696347e45693.tar.gz gentoo-2-b3625bae39e18fed97a85f65b59d696347e45693.tar.bz2 gentoo-2-b3625bae39e18fed97a85f65b59d696347e45693.zip |
Remove un-needed 'inherit multilib'
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/sptk/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-3.5.8.10.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-3.5.8.14.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-cpp/sptk/ChangeLog b/dev-cpp/sptk/ChangeLog index 6ffd4937853f..0e1962e3f430 100644 --- a/dev-cpp/sptk/ChangeLog +++ b/dev-cpp/sptk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/sptk # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.60 2009/05/09 19:18:44 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.61 2009/08/08 16:11:31 iluxa Exp $ + + 08 Aug 2009; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org> + sptk-3.5.8.10.ebuild, sptk-3.5.8.14.ebuild: + Remove un-needed 'inherit multilib' *sptk-3.5.8.14 (09 May 2009) diff --git a/dev-cpp/sptk/sptk-3.5.8.10.ebuild b/dev-cpp/sptk/sptk-3.5.8.10.ebuild index dfe38c7f80bc..abc4b5b4a703 100644 --- a/dev-cpp/sptk/sptk-3.5.8.10.ebuild +++ b/dev-cpp/sptk/sptk-3.5.8.10.ebuild @@ -1,10 +1,10 @@ # Copyright 2006-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.10.ebuild,v 1.7 2009/05/08 09:14:51 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.10.ebuild,v 1.8 2009/08/08 16:11:31 iluxa Exp $ EAPI=1 -inherit multilib cmake-utils +inherit cmake-utils IUSE="fltk odbc doc sqlite excel postgres aspell mysql gnutls" diff --git a/dev-cpp/sptk/sptk-3.5.8.14.ebuild b/dev-cpp/sptk/sptk-3.5.8.14.ebuild index 390e5f3335f4..a55d33116e1e 100644 --- a/dev-cpp/sptk/sptk-3.5.8.14.ebuild +++ b/dev-cpp/sptk/sptk-3.5.8.14.ebuild @@ -1,10 +1,10 @@ # Copyright 2006-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.14.ebuild,v 1.1 2009/05/09 19:18:44 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.14.ebuild,v 1.2 2009/08/08 16:11:31 iluxa Exp $ EAPI=1 -inherit multilib cmake-utils +inherit cmake-utils IUSE="fltk odbc doc sqlite excel postgres aspell mysql gnutls" |