summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2012-11-06 21:55:05 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2012-11-06 21:55:05 +0000
commit95007b22730a089a982975759e000ebf4c36d57f (patch)
tree4673d8969340c2a7990deb028adb73cbb4126aae /app-emulation/vice
parentVersion bump (bug #442084). (diff)
downloadgentoo-2-95007b22730a089a982975759e000ebf4c36d57f.tar.gz
gentoo-2-95007b22730a089a982975759e000ebf4c36d57f.tar.bz2
gentoo-2-95007b22730a089a982975759e000ebf4c36d57f.zip
add x11-libs/vte:0 dep (bug #442082)
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-emulation/vice')
-rw-r--r--app-emulation/vice/ChangeLog5
-rw-r--r--app-emulation/vice/vice-2.4.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog
index 721d42c86587..0a8049280bb8 100644
--- a/app-emulation/vice/ChangeLog
+++ b/app-emulation/vice/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/vice
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.84 2012/11/05 01:11:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.85 2012/11/06 21:55:05 mr_bones_ Exp $
+
+ 06 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> vice-2.4.ebuild:
+ add x11-libs/vte:0 dep (bug #442082)
*vice-2.4 (05 Nov 2012)
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
)