diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-11-06 21:55:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-11-06 21:55:10 +0000 |
commit | 2bb2154a7b58fda7373aa2628d5e1cd042c2cc71 (patch) | |
tree | a98a0a5cf4e9c257aa06060f4bd5f80cfe70d47b /app-emulation/vice/vice-2.4.ebuild | |
parent | Version bump (bug #442084). (diff) | |
download | historical-2bb2154a7b58fda7373aa2628d5e1cd042c2cc71.tar.gz historical-2bb2154a7b58fda7373aa2628d5e1cd042c2cc71.tar.bz2 historical-2bb2154a7b58fda7373aa2628d5e1cd042c2cc71.zip |
add x11-libs/vte:0 dep (bug #442082)
Package-Manager: portage-2.1.11.31/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/vice/vice-2.4.ebuild')
-rw-r--r-- | app-emulation/vice/vice-2.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/vice/vice-2.4.ebuild b/app-emulation/vice/vice-2.4.ebuild index 0845fc0457b1..ba55dda484ec 100644 --- a/app-emulation/vice/vice-2.4.ebuild +++ b/app-emulation/vice/vice-2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.1 2012/11/05 01:11:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.2 2012/11/06 21:55:05 mr_bones_ Exp $ EAPI=2 inherit autotools eutils games toolchain-funcs @@ -28,6 +28,7 @@ RDEPEND=" alsa? ( media-libs/alsa-lib ) gnome? ( x11-libs/gtk+:2 + x11-libs/vte:0 dev-libs/atk x11-libs/pango ) |