diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-01-23 12:00:37 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-01-23 12:00:37 +0000 |
commit | b0a34cef4df8590f0d4cdc8d015c21520f1382d6 (patch) | |
tree | 2568b205cccb2c10935339cf2cb9ceb7ab9e6807 /dev-util | |
parent | package.use.mask app-editors/jove X; bug 202690 (diff) | |
download | gentoo-2-b0a34cef4df8590f0d4cdc8d015c21520f1382d6.tar.gz gentoo-2-b0a34cef4df8590f0d4cdc8d015c21520f1382d6.tar.bz2 gentoo-2-b0a34cef4df8590f0d4cdc8d015c21520f1382d6.zip |
fix automagic dependency, see bug 202949
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/autotoolset/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/autotoolset/autotoolset-0.11.4-r1.ebuild | 9 |
2 files changed, 13 insertions, 4 deletions
diff --git a/dev-util/autotoolset/ChangeLog b/dev-util/autotoolset/ChangeLog index 56a28df5673d..533b6bc3fcee 100644 --- a/dev-util/autotoolset/ChangeLog +++ b/dev-util/autotoolset/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/autotoolset -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/autotoolset/ChangeLog,v 1.6 2007/02/09 03:01:11 flameeyes Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/autotoolset/ChangeLog,v 1.7 2008/01/23 12:00:37 opfer Exp $ + + 23 Jan 2008; Christian Faulhammer <opfer@gentoo.org> + autotoolset-0.11.4-r1.ebuild: + fix automagic dependency, see bug 202949 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/dev-util/autotoolset/autotoolset-0.11.4-r1.ebuild b/dev-util/autotoolset/autotoolset-0.11.4-r1.ebuild index edfc58809c48..33243a40617e 100644 --- a/dev-util/autotoolset/autotoolset-0.11.4-r1.ebuild +++ b/dev-util/autotoolset/autotoolset-0.11.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/autotoolset/autotoolset-0.11.4-r1.ebuild,v 1.4 2006/01/01 20:57:11 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/autotoolset/autotoolset-0.11.4-r1.ebuild,v 1.5 2008/01/23 12:00:37 opfer Exp $ inherit eutils fixheadtails @@ -29,6 +29,11 @@ src_unpack() { ht_fix_file src/gpl/gpl.sh } +src_compile() { + econf EMACS=no || die "econf failed" + emake || die "emake failed" +} + src_install() { make install DESTDIR="${D}" || die "Installation failed" dodoc AUTHORS ChangeLog NEWS README THANKS TODO |