diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-21 23:23:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-21 23:23:55 +0000 |
commit | 5e99c473379df16dd99b9bc8ad8d3ec5f1f3627c (patch) | |
tree | 35b53c23e82b108be8067615de17650940eed192 /app-emulation/vice | |
parent | bump to 2.20.3 (diff) | |
download | gentoo-2-5e99c473379df16dd99b9bc8ad8d3ec5f1f3627c.tar.gz gentoo-2-5e99c473379df16dd99b9bc8ad8d3ec5f1f3627c.tar.bz2 gentoo-2-5e99c473379df16dd99b9bc8ad8d3ec5f1f3627c.zip |
dep on x11-libs/libXrandr as well (bug #196564)
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-emulation/vice')
-rw-r--r-- | app-emulation/vice/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/vice/vice-1.22.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog index a37cbc175ee6..2a1a8b22f610 100644 --- a/app-emulation/vice/ChangeLog +++ b/app-emulation/vice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/vice # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.52 2007/10/15 20:58:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.53 2007/10/21 23:23:55 mr_bones_ Exp $ + + 21 Oct 2007; Michael Sterrett <mr_bones_@gentoo.org> vice-1.22.ebuild: + dep on x11-libs/libXrandr as well (bug #196564) *vice-1.22 (15 Oct 2007) diff --git a/app-emulation/vice/vice-1.22.ebuild b/app-emulation/vice/vice-1.22.ebuild index 2428ded281d0..df172eb22722 100644 --- a/app-emulation/vice/vice-1.22.ebuild +++ b/app-emulation/vice/vice-1.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.22.ebuild,v 1.1 2007/10/15 20:58:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.22.ebuild,v 1.2 2007/10/21 23:23:55 mr_bones_ Exp $ inherit eutils games @@ -24,6 +24,7 @@ RDEPEND="media-libs/giflib x11-libs/libXv x11-libs/libXxf86dga x11-libs/libXxf86vm + x11-libs/libXrandr x11-apps/xset Xaw3d? ( x11-libs/Xaw3d ) !Xaw3d? ( x11-libs/libXaw ) |