diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-06-04 18:25:09 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-06-04 18:25:09 +0000 |
commit | 3cc73316e7b3ef9f9599a842d1abaa073d1c870a (patch) | |
tree | fe30c720b6041ac13915555712cfd43233f3609d /x11-libs/tslib | |
parent | Use eautoreconf, not the bootstrap script. (diff) | |
download | gentoo-2-3cc73316e7b3ef9f9599a842d1abaa073d1c870a.tar.gz gentoo-2-3cc73316e7b3ef9f9599a842d1abaa073d1c870a.tar.bz2 gentoo-2-3cc73316e7b3ef9f9599a842d1abaa073d1c870a.zip |
Use eautoreconf, not the bootstrap script.
(Portage version: 2.1.5.3)
Diffstat (limited to 'x11-libs/tslib')
-rw-r--r-- | x11-libs/tslib/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/tslib/tslib-1.0.ebuild | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-libs/tslib/ChangeLog b/x11-libs/tslib/ChangeLog index b01bb11704a5..c562abcbcc1f 100644 --- a/x11-libs/tslib/ChangeLog +++ b/x11-libs/tslib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/tslib # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/ChangeLog,v 1.1 2008/05/11 05:58:26 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/ChangeLog,v 1.2 2008/06/04 18:25:09 flameeyes Exp $ + + 04 Jun 2008; Diego Pettenò <flameeyes@gentoo.org> tslib-1.0.ebuild: + Use eautoreconf, not the bootstrap script. *tslib-1.0 (11 May 2008) diff --git a/x11-libs/tslib/tslib-1.0.ebuild b/x11-libs/tslib/tslib-1.0.ebuild index 1cbb91ae5141..8cdf39f3930a 100644 --- a/x11-libs/tslib/tslib-1.0.ebuild +++ b/x11-libs/tslib/tslib-1.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 2008 Gentoo Foundation +# Copyright 2008-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild,v 1.1 2008/05/11 05:58:26 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild,v 1.2 2008/06/04 18:25:09 flameeyes Exp $ -inherit eutils toolchain-funcs +inherit eutils toolchain-funcs autotools DESCRIPTION="Touchscreen Access Library" KEYWORDS="~arm ~amd64 ~x86" @@ -20,8 +20,7 @@ src_unpack() { cd "${S}" # patches come from buildroot + openembedded + suse epatch "${WORKDIR}"/patches/*.patch - einfo "Running autogen" - ./autogen.sh + eautoreconf } src_compile() { |