summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Stampflee <owen@gentoo.org>2002-07-22 18:51:47 +0000
committerOwen Stampflee <owen@gentoo.org>2002-07-22 18:51:47 +0000
commit1a4df5b5d59f81bca8c7c03ff5df1ec42b0df735 (patch)
treea47360bac12106ca434c9e43ad3c2091b0d1e451 /app-emulation/pose
parentA fix here and there... (diff)
downloadhistorical-1a4df5b5d59f81bca8c7c03ff5df1ec42b0df735.tar.gz
historical-1a4df5b5d59f81bca8c7c03ff5df1ec42b0df735.tar.bz2
historical-1a4df5b5d59f81bca8c7c03ff5df1ec42b0df735.zip
Changed DEPEND so avoid FLTK breakage.
Diffstat (limited to 'app-emulation/pose')
-rw-r--r--app-emulation/pose/ChangeLog6
-rw-r--r--app-emulation/pose/pose-3.5.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/app-emulation/pose/ChangeLog b/app-emulation/pose/ChangeLog
index 370c7573f750..cc971eb6c9bb 100644
--- a/app-emulation/pose/ChangeLog
+++ b/app-emulation/pose/ChangeLog
@@ -1,10 +1,14 @@
# ChangeLog for app-text/hd2u
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# Maintainer: George Shapovalov <georges@its.caltech.edu>
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/ChangeLog,v 1.1 2002/05/11 03:46:35 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/ChangeLog,v 1.2 2002/07/22 18:51:47 owen Exp $
*pose-3.5, (10 May 2002)
+ 22 Jul 2002; Owen Stampflee <owen@gentoo.org> :
+ Changed DEPEND to fltk-1.1.0_beta10 as fltk-1.1.0_rc4 breaks
+ POSE.
+
10 May 2002; G Shapovalov <george@gentoo.org> ChangeLog :
initial release
diff --git a/app-emulation/pose/pose-3.5.ebuild b/app-emulation/pose/pose-3.5.ebuild
index 5a70b9885995..13f57faf514f 100644
--- a/app-emulation/pose/pose-3.5.ebuild
+++ b/app-emulation/pose/pose-3.5.ebuild
@@ -8,9 +8,10 @@ SRC_URI="http://www.palmos.com/dev/tools/emulator/sources/emulator_src_3.5.tar.g
DESCRIPTION="Palm OS Emulator"
-DEPEND=">=x11-libs/fltk-1.0.11"
-
-
+DEPEND="=x11-libs/fltk-1.1.0_beta10-r1"
+KEYWORDS="x86"
+LICENSE="GPL-2"
+SLOT="0"
src_compile() {
cd ${WORKDIR}/Emulator_Src_3.5/BuildUnix
./configure || die