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/sptk/sptk-3.5.8.14.ebuild | |
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/sptk/sptk-3.5.8.14.ebuild')
-rw-r--r-- | dev-cpp/sptk/sptk-3.5.8.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |