diff options
author | 2012-11-16 14:51:49 +0000 | |
---|---|---|
committer | 2012-11-16 14:51:49 +0000 | |
commit | f1a894fb2506eb9b43a790d076d31cdf611070a2 (patch) | |
tree | 7cd2ca37ee2dbd70f434a92a8b7aa846201e76f8 /app-crypt | |
parent | Use udev.eclass and remove unnecessary file libtspi.la to avoid dependency_li... (diff) | |
download | gentoo-2-f1a894fb2506eb9b43a790d076d31cdf611070a2.tar.gz gentoo-2-f1a894fb2506eb9b43a790d076d31cdf611070a2.tar.bz2 gentoo-2-f1a894fb2506eb9b43a790d076d31cdf611070a2.zip |
Remove now unnecessary toolchain-funcs inherit
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/trousers/trousers-0.3.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/trousers/trousers-0.3.10.ebuild b/app-crypt/trousers/trousers-0.3.10.ebuild index 932b1c2d0a9c..38e67900fe65 100644 --- a/app-crypt/trousers/trousers-0.3.10.ebuild +++ b/app-crypt/trousers/trousers-0.3.10.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.3.10.ebuild,v 1.2 2012/11/16 14:43:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.3.10.ebuild,v 1.3 2012/11/16 14:51:49 ssuominen Exp $ EAPI=4 -inherit autotools eutils linux-info user toolchain-funcs udev +inherit autotools eutils linux-info user udev #MY_P="${PN}-${PV%.*}-${PV##*.}" |