diff options
author | 2012-05-20 12:22:03 +0000 | |
---|---|---|
committer | 2012-05-20 12:22:03 +0000 | |
commit | dff6c7d2aaf02261d353102ac7cc76022d51cec6 (patch) | |
tree | dc2255de3d7546e4d9de591398aae95e9532938e /sys-libs/lib-compat/lib-compat-1.4.1.ebuild | |
parent | Drop non-core test dependency: dev-perl/locale-maketext-lexicon (diff) | |
download | gentoo-2-dff6c7d2aaf02261d353102ac7cc76022d51cec6.tar.gz gentoo-2-dff6c7d2aaf02261d353102ac7cc76022d51cec6.tar.bz2 gentoo-2-dff6c7d2aaf02261d353102ac7cc76022d51cec6.zip |
remove unecessary (and pms violating) preplib calls
(Portage version: 2.1.10.52/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/lib-compat/lib-compat-1.4.1.ebuild')
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.4.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/lib-compat/lib-compat-1.4.1.ebuild b/sys-libs/lib-compat/lib-compat-1.4.1.ebuild index b740e356695f..170db89be611 100644 --- a/sys-libs/lib-compat/lib-compat-1.4.1.ebuild +++ b/sys-libs/lib-compat/lib-compat-1.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.1.ebuild,v 1.8 2011/03/25 09:45:35 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.1.ebuild,v 1.9 2012/05/20 12:22:03 ferringb Exp $ DESCRIPTION="Compatibility C++ and libc5 and libc6 libraries for programs new and old" HOMEPAGE="http://www.gentoo.org/" @@ -37,5 +37,4 @@ src_install() { fi into /usr dolib.so *.so* - preplib /usr } |