summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2006-03-16 14:13:49 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2006-03-16 14:13:49 +0000
commit04562ac6170a0d21816a5a1d69b51e4e499c69dc (patch)
tree8b83f93a058895f09e110310f5f4d67ec6c13fb6 /dev-haskell
parentFixed explicit depend on tetex-1. (diff)
downloadgentoo-2-04562ac6170a0d21816a5a1d69b51e4e499c69dc.tar.gz
gentoo-2-04562ac6170a0d21816a5a1d69b51e4e499c69dc.tar.bz2
gentoo-2-04562ac6170a0d21816a5a1d69b51e4e499c69dc.zip
QA fix; Add eutils to inherit.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/hmake/ChangeLog5
-rw-r--r--dev-haskell/hmake/hmake-3.10.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/hmake/ChangeLog b/dev-haskell/hmake/ChangeLog
index 55ef44f8bf81..15f43d02e6f3 100644
--- a/dev-haskell/hmake/ChangeLog
+++ b/dev-haskell/hmake/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/hmake
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.20 2006/03/11 00:20:40 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.21 2006/03/16 14:13:49 dcoutts Exp $
+
+ 16 Mar 2006; Duncan Coutts <dcoutts@gentoo.org> hmake-3.10.ebuild:
+ QA fix; Add eutils to inherit.
10 Mar 2006; Duncan Coutts <dcoutts@gentoo.org> hmake-3.10.ebuild:
Add ~sparc to KEYWORDS. See bug #124902
diff --git a/dev-haskell/hmake/hmake-3.10.ebuild b/dev-haskell/hmake/hmake-3.10.ebuild
index 6ae491b3054e..c9f00ee49bb8 100644
--- a/dev-haskell/hmake/hmake-3.10.ebuild
+++ b/dev-haskell/hmake/hmake-3.10.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.10.ebuild,v 1.6 2006/03/11 00:20:40 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.10.ebuild,v 1.7 2006/03/16 14:13:49 dcoutts Exp $
-inherit base fixheadtails
+inherit base eutils fixheadtails
DESCRIPTION="a make tool for Haskell programs"
HOMEPAGE="http://www.haskell.org/hmake/"