diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-08-11 07:10:52 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-08-11 07:10:52 +0000 |
commit | 05d7afc254c69a2c59f5492208cf45ba81957fa4 (patch) | |
tree | cc79f1e44015e299cdbc3c2d61fc80fb2e801e32 /media-fonts/font-bh-ttf | |
parent | Removing ancient version + version bump (diff) | |
download | historical-05d7afc254c69a2c59f5492208cf45ba81957fa4.tar.gz historical-05d7afc254c69a2c59f5492208cf45ba81957fa4.tar.bz2 historical-05d7afc254c69a2c59f5492208cf45ba81957fa4.zip |
Add dep on x11-misc/ttmkfdir.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'media-fonts/font-bh-ttf')
-rw-r--r-- | media-fonts/font-bh-ttf/ChangeLog | 6 | ||||
-rw-r--r-- | media-fonts/font-bh-ttf/Manifest | 4 | ||||
-rw-r--r-- | media-fonts/font-bh-ttf/font-bh-ttf-0.99.0.ebuild | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/media-fonts/font-bh-ttf/ChangeLog b/media-fonts/font-bh-ttf/ChangeLog index 7168e55a3de9..a52829516665 100644 --- a/media-fonts/font-bh-ttf/ChangeLog +++ b/media-fonts/font-bh-ttf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-fonts/font-bh-ttf # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-bh-ttf/ChangeLog,v 1.3 2005/08/11 06:48:31 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-bh-ttf/ChangeLog,v 1.4 2005/08/11 07:10:52 spyderous Exp $ + + 11 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + font-bh-ttf-0.99.0.ebuild: + Add dep on x11-misc/ttmkfdir. 11 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; font-bh-ttf-0.99.0.ebuild: diff --git a/media-fonts/font-bh-ttf/Manifest b/media-fonts/font-bh-ttf/Manifest index 46f5b0992de2..ee9ea6c79bc2 100644 --- a/media-fonts/font-bh-ttf/Manifest +++ b/media-fonts/font-bh-ttf/Manifest @@ -1,3 +1,3 @@ -MD5 f7567c189d81757012ace1d69fe94405 ChangeLog 682 -MD5 7b00927e889f5e9561cc1f480db4e3bb font-bh-ttf-0.99.0.ebuild 690 +MD5 c6a257e22db4f7cfd23d1879ab502060 ChangeLog 799 +MD5 2c0c7a1f151111d1f1120b985cb9339a font-bh-ttf-0.99.0.ebuild 709 MD5 9a2cac10e73f4b049d34e22295566947 files/digest-font-bh-ttf-0.99.0 71 diff --git a/media-fonts/font-bh-ttf/font-bh-ttf-0.99.0.ebuild b/media-fonts/font-bh-ttf/font-bh-ttf-0.99.0.ebuild index 69591375c318..f1ae165aa694 100644 --- a/media-fonts/font-bh-ttf/font-bh-ttf-0.99.0.ebuild +++ b/media-fonts/font-bh-ttf/font-bh-ttf-0.99.0.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/media-fonts/font-bh-ttf/font-bh-ttf-0.99.0.ebuild,v 1.3 2005/08/11 06:48:31 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-bh-ttf/font-bh-ttf-0.99.0.ebuild,v 1.4 2005/08/11 07:10:52 spyderous Exp $ # Must be before x-modular eclass is inherited SNAPSHOT="yes" @@ -16,7 +16,8 @@ RDEPEND="" DEPEND="${RDEPEND} x11-apps/mkfontdir x11-apps/mkfontscale - media-libs/fontconfig" + media-libs/fontconfig + x11-misc/ttmkfdir" src_unpack() { x-modular_unpack_source |