diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2006-03-16 14:14:52 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2006-03-16 14:14:52 +0000 |
commit | a4e863e0f1f23240c63a4905001d92bb52a6fc0c (patch) | |
tree | c685925cc70e36e6c2dbb8fcecaa383d7fccefad /dev-haskell/hmake | |
parent | Fixed explicit depend on tetex-1. (diff) | |
download | historical-a4e863e0f1f23240c63a4905001d92bb52a6fc0c.tar.gz historical-a4e863e0f1f23240c63a4905001d92bb52a6fc0c.tar.bz2 historical-a4e863e0f1f23240c63a4905001d92bb52a6fc0c.zip |
QA fix; Add eutils to inherit.
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'dev-haskell/hmake')
-rw-r--r-- | dev-haskell/hmake/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/hmake/hmake-3.10.ebuild | 4 |
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/" |