diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2005-12-14 15:40:42 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2005-12-14 15:40:42 +0000 |
commit | 17976509420ddab3a0ee00c991422bf112efeb47 (patch) | |
tree | 499c07a61effa2b003ce5d6128173d8a04dc5011 /dev-haskell/gtk2hs | |
parent | Updated description (diff) | |
download | gentoo-2-17976509420ddab3a0ee00c991422bf112efeb47.tar.gz gentoo-2-17976509420ddab3a0ee00c991422bf112efeb47.tar.bz2 gentoo-2-17976509420ddab3a0ee00c991422bf112efeb47.zip |
Make the DEPEND include the RDEPEND.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-haskell/gtk2hs')
-rw-r--r-- | dev-haskell/gtk2hs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/gtk2hs/Manifest | 4 | ||||
-rw-r--r-- | dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild | 5 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-haskell/gtk2hs/ChangeLog b/dev-haskell/gtk2hs/ChangeLog index 5afdbd06eb22..d18732c3b1a9 100644 --- a/dev-haskell/gtk2hs/ChangeLog +++ b/dev-haskell/gtk2hs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/gtk2hs # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.18 2005/11/12 10:51:11 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.19 2005/12/14 15:40:42 dcoutts Exp $ + + 14 Dec 2005; <duncan@gentoo.org> gtk2hs-0.9.10.ebuild: + Make the DEPEND include the RDEPEND. 12 Nov 2005; <duncan@gentoo.org> gtk2hs-0.9.10.ebuild: Fix failure when USE="glade -gnome" (bug #112227) diff --git a/dev-haskell/gtk2hs/Manifest b/dev-haskell/gtk2hs/Manifest index efef1189a56c..2b946797815a 100644 --- a/dev-haskell/gtk2hs/Manifest +++ b/dev-haskell/gtk2hs/Manifest @@ -1,7 +1,7 @@ MD5 8573dcaa0d24b65acc986d6ea19008b3 gtk2hs-0.9.8.ebuild 2691 -MD5 6651e35a93758e17aa80f653b9b9017f gtk2hs-0.9.10.ebuild 3286 +MD5 ec1a89c24e8b2a68f8db3cec60276070 gtk2hs-0.9.10.ebuild 3299 MD5 7e30fe1183168a85eb624db45d97908c gtk2hs-0.9.7.ebuild 2835 -MD5 9a0b2b9ca1e1c91ba853ee90cfafd2a8 ChangeLog 2320 +MD5 7f77be35cc04cf3690eaf374c61dc9ac ChangeLog 2417 MD5 5cf11c08544b065d0144e11273f0000d metadata.xml 223 MD5 785d6c4be9c0d72fcc6f890a83cf601d gtk2hs-0.9.6-r1.ebuild 2698 MD5 05c2042c54431c623ff56c03e7b5c1f1 gtk2hs-0.9.9.ebuild 2698 diff --git a/dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild b/dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild index 2543c31f4da2..442971189491 100644 --- a/dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild +++ b/dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild,v 1.3 2005/11/12 10:51:11 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild,v 1.4 2005/12/14 15:40:42 dcoutts Exp $ inherit base ghc-package multilib @@ -24,7 +24,8 @@ RDEPEND=">=virtual/ghc-5.04.3 >=gnome-base/gconf-2 ) mozilla? ( >=www-client/mozilla-1.4 ) firefox? ( >=www-client/mozilla-firefox-1.0.4 )" -DEPEND="doc? ( >=dev-haskell/haddock-0.7 )" +DEPEND="${RDEPEND} + doc? ( >=dev-haskell/haddock-0.7 )" src_compile() { econf \ |