diff options
author | Alec Warner <antarus@gentoo.org> | 2007-01-22 23:11:49 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2007-01-22 23:11:49 +0000 |
commit | 7af99f9283d8976648d1210459ea14ac8a42d7a1 (patch) | |
tree | ef9e7b7f475668acc51166be479bc83b56e180e1 /dev-libs/libstroke | |
parent | Add double-precision to sci-chemistry/gromacs use.local.desc. Closes bug #163... (diff) | |
download | gentoo-2-7af99f9283d8976648d1210459ea14ac8a42d7a1.tar.gz gentoo-2-7af99f9283d8976648d1210459ea14ac8a42d7a1.tar.bz2 gentoo-2-7af99f9283d8976648d1210459ea14ac8a42d7a1.zip |
add WANT_AUTO{TOOLS,CONF} for bug # 162102
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-libs/libstroke')
-rw-r--r-- | dev-libs/libstroke/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libstroke/libstroke-0.5.1.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-libs/libstroke/ChangeLog b/dev-libs/libstroke/ChangeLog index 8d93502e242a..c09be2fc14f9 100644 --- a/dev-libs/libstroke/ChangeLog +++ b/dev-libs/libstroke/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libstroke -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/ChangeLog,v 1.19 2006/12/01 23:38:22 masterdriverz Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/ChangeLog,v 1.20 2007/01/22 23:11:49 antarus Exp $ + + 22 Jan 2007; Alec Warner <antarus@gentoo.org> libstroke-0.5.1.ebuild: + add WANT_AUTO{TOOLS,CONF} for bug # 162102 01 Dec 2006; Charlie Shepherd <masterdriverz@gentoo.org> files/libstroke-0.5.1-m4_syntax.patch, diff --git a/dev-libs/libstroke/libstroke-0.5.1.ebuild b/dev-libs/libstroke/libstroke-0.5.1.ebuild index 332e8543cba7..3d78638f9261 100644 --- a/dev-libs/libstroke/libstroke-0.5.1.ebuild +++ b/dev-libs/libstroke/libstroke-0.5.1.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/libstroke-0.5.1.ebuild,v 1.17 2006/12/01 23:38:22 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/libstroke-0.5.1.ebuild,v 1.18 2007/01/22 23:11:49 antarus Exp $ +WANT_AUTOCONF=1.9 +WANT_AUTOMAKE=1.4 inherit eutils autotools DESCRIPTION="A Stroke and Gesture recognition Library" |