diff options
author | 2011-09-26 02:37:51 +0000 | |
---|---|---|
committer | 2011-09-26 02:37:51 +0000 | |
commit | 247b53ac3f097f313e971adb2688926d8c31ffc0 (patch) | |
tree | c905726fdf467c3da40d68f8c43c37ef2609117e /sys-libs/readline/readline-6.2_p1.ebuild | |
parent | Version bump. Update to EAPI 4 and add static-libs use flag (bug #381663). (diff) | |
download | historical-247b53ac3f097f313e971adb2688926d8c31ffc0.tar.gz historical-247b53ac3f097f313e971adb2688926d8c31ffc0.tar.bz2 historical-247b53ac3f097f313e971adb2688926d8c31ffc0.zip |
Drop unused autotools include #384463#1 by Agostino Sarubbo.
Package-Manager: portage-2.2.0_alpha59/cvs/Linux x86_64
Diffstat (limited to 'sys-libs/readline/readline-6.2_p1.ebuild')
-rw-r--r-- | sys-libs/readline/readline-6.2_p1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/readline/readline-6.2_p1.ebuild b/sys-libs/readline/readline-6.2_p1.ebuild index dae3ac08e2f0..536eefc47340 100644 --- a/sys-libs/readline/readline-6.2_p1.ebuild +++ b/sys-libs/readline/readline-6.2_p1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.2_p1.ebuild,v 1.1 2011/03/01 00:48:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.2_p1.ebuild,v 1.2 2011/09/26 02:37:51 vapier Exp $ -inherit autotools eutils multilib toolchain-funcs flag-o-matic +inherit eutils multilib toolchain-funcs flag-o-matic # Official patches # See ftp://ftp.cwru.edu/pub/bash/readline-6.0-patches/ |