summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van den Abeele <pvdabeel@gentoo.org>2004-08-19 23:52:17 +0000
committerPieter van den Abeele <pvdabeel@gentoo.org>2004-08-19 23:52:17 +0000
commit2b1325226b3f40043ab256531e84b9b82e0d4495 (patch)
tree37ba34d8d9a53ac29ada13d3fb8becbaee81c4e0 /app-emulation/mol
parentStable on sparc wrt securit bug #60742. (diff)
downloadhistorical-2b1325226b3f40043ab256531e84b9b82e0d4495.tar.gz
historical-2b1325226b3f40043ab256531e84b9b82e0d4495.tar.bz2
historical-2b1325226b3f40043ab256531e84b9b82e0d4495.zip
48835
Diffstat (limited to 'app-emulation/mol')
-rw-r--r--app-emulation/mol/Manifest2
-rw-r--r--app-emulation/mol/mol-0.9.70.ebuild6
2 files changed, 5 insertions, 3 deletions
diff --git a/app-emulation/mol/Manifest b/app-emulation/mol/Manifest
index 6e05a8c0b183..265a91c2f1f2 100644
--- a/app-emulation/mol/Manifest
+++ b/app-emulation/mol/Manifest
@@ -2,7 +2,7 @@ MD5 06cd93a273cc142f1d330057facc3768 ChangeLog 7558
MD5 3263d375abba2d098c636efc2b135ea5 metadata.xml 333
MD5 835665621e3abf39934da974e1f3b4dd mol-0.9.68-r4.ebuild 2209
MD5 5c4e6a76cf4c933af742de0d1df67e30 mol-0.9.70_rc2-r1.ebuild 3731
-MD5 474bfbfa27e6164d30c1af6f9b18ddd8 mol-0.9.70.ebuild 3740
+MD5 afad572acff8bea54a4d53781a5698b5 mol-0.9.70.ebuild 3841
MD5 98990df6bb9f196021dea0b77d2d912d files/26-arch-fix.patch 2320
MD5 d4bc3f0122eb77fbfbfcf584f442049d files/digest-mol-0.9.68-r4 67
MD5 3944510308e77b92ac85c07708947ad0 files/digest-mol-0.9.70 64
diff --git a/app-emulation/mol/mol-0.9.70.ebuild b/app-emulation/mol/mol-0.9.70.ebuild
index 4f67d3ac3931..d6b011a1e5c7 100644
--- a/app-emulation/mol/mol-0.9.70.ebuild
+++ b/app-emulation/mol/mol-0.9.70.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.70.ebuild,v 1.7 2004/08/19 19:48:28 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.70.ebuild,v 1.8 2004/08/19 23:52:17 pvdabeel Exp $
inherit flag-o-matic eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ppc"
-IUSE="alsa oss fbcon X oldworld sheep debug"
+IUSE="vnc alsa oss fbcon X oldworld sheep debug"
MAKEOPTS="${MAKEOPTS} -j1"
@@ -19,6 +19,7 @@ DEPEND=""
RDEPEND="net-misc/dhcp
net-firewall/iptables
alsa? ( virtual/alsa )
+ vnc? ( net-misc/vnc )
X? ( virtual/x11 )"
pkg_setup() {
@@ -60,6 +61,7 @@ src_compile() {
use sheep || sed -i "s:CONFIG_SHEEP=y:# CONFIG_SHEEP is not set:" .config
use X || sed -i "s:CONFIG_X11=y:# CONFIG_X11 is not set:" .config
use fbcon || sed -i "s:CONFIG_FBDEV=y:# CONFIG_FBDEV is not set:" .config
+ use vnc || sed -i "s:CONFIG_VNC=y:# CONFIG_VNC is not set:" .config
einfo "The configuration has been altered according to your USE-flags."
# reinitialize our changed configuration