diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-10-26 00:26:20 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-10-26 00:26:20 +0000 |
commit | e465aa6906128e7f27bcf988cf8b413e065e4c79 (patch) | |
tree | 5c264c32db08692a865d769fd0b17c1522c579b4 /app-emulation/vice | |
parent | also need virtual/glu as we use GL/glu.h (diff) | |
download | gentoo-2-e465aa6906128e7f27bcf988cf8b413e065e4c79.tar.gz gentoo-2-e465aa6906128e7f27bcf988cf8b413e065e4c79.tar.bz2 gentoo-2-e465aa6906128e7f27bcf988cf8b413e065e4c79.zip |
Add x11-apps/bdftopcf and x11-apps/mkfontdir to DEPEND, bug #152715
(Portage version: 2.1.2_pre3-r8)
Diffstat (limited to 'app-emulation/vice')
-rw-r--r-- | app-emulation/vice/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/vice/vice-1.20.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog index 3be2b293ad69..ba81857fa79c 100644 --- a/app-emulation/vice/ChangeLog +++ b/app-emulation/vice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/vice # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.39 2006/10/12 23:39:55 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.40 2006/10/26 00:26:20 nyhm Exp $ + + 26 Oct 2006; Tristan Heaven <nyhm@gentoo.org> vice-1.20.ebuild: + Add x11-apps/bdftopcf and x11-apps/mkfontdir to DEPEND, bug #152715 *vice-1.20 (12 Oct 2006) diff --git a/app-emulation/vice/vice-1.20.ebuild b/app-emulation/vice/vice-1.20.ebuild index 0e39685b7fb7..db3c64c3b6ad 100644 --- a/app-emulation/vice/vice-1.20.ebuild +++ b/app-emulation/vice/vice-1.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.20.ebuild,v 1.1 2006/10/12 23:39:55 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.20.ebuild,v 1.2 2006/10/26 00:26:20 nyhm Exp $ inherit games @@ -35,6 +35,8 @@ RDEPEND="media-libs/giflib readline? ( sys-libs/readline ) sdl? ( media-libs/libsdl )" DEPEND="${RDEPEND} + x11-apps/bdftopcf + x11-apps/mkfontdir x11-proto/xproto x11-proto/xf86vidmodeproto x11-proto/xextproto |