diff options
author | 2004-09-08 15:17:46 +0000 | |
---|---|---|
committer | 2004-09-08 15:17:46 +0000 | |
commit | 66e033aaf59f7669a89e0e7c97bc4ab83bd28ab9 (patch) | |
tree | 245729cad56ea7e32c8380182518f50e3ab7b88e /sys-apps | |
parent | added back in x86_64.org patch and marked stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-66e033aaf59f7669a89e0e7c97bc4ab83bd28ab9.tar.gz gentoo-2-66e033aaf59f7669a89e0e7c97bc4ab83bd28ab9.tar.bz2 gentoo-2-66e033aaf59f7669a89e0e7c97bc4ab83bd28ab9.zip |
gnuconfig lovin
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/texinfo/texinfo-4.6.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/texinfo/texinfo-4.6.ebuild b/sys-apps/texinfo/texinfo-4.6.ebuild index 53d2275b193e..c96dd7f6b433 100644 --- a/sys-apps/texinfo/texinfo-4.6.ebuild +++ b/sys-apps/texinfo/texinfo-4.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.6.ebuild,v 1.18 2004/08/24 03:45:16 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.6.ebuild,v 1.19 2004/09/08 15:15:09 vapier Exp $ -inherit flag-o-matic +inherit flag-o-matic gnuconfig DESCRIPTION="The GNU info program and utilities" HOMEPAGE="http://www.gnu.org/software/texinfo/" @@ -32,6 +32,8 @@ src_unpack() { -e 's:INFO_DEPS = texinfo:INFO_DEPS = texinfo.info:' \ -e 's:texinfo\::texinfo.info\::' \ Makefile.in + + gnuconfig_update } src_compile() { |