diff options
author | Owen Stampflee <owen@gentoo.org> | 2002-07-22 18:51:47 +0000 |
---|---|---|
committer | Owen Stampflee <owen@gentoo.org> | 2002-07-22 18:51:47 +0000 |
commit | 68540fd538d3611094b529dbdf9039cdf8c9e8ea (patch) | |
tree | 8ffd6401507c0409bc05d9bb76ec3b4da3b2960a /app-emulation/pose | |
parent | A fix here and there... (diff) | |
download | gentoo-2-68540fd538d3611094b529dbdf9039cdf8c9e8ea.tar.gz gentoo-2-68540fd538d3611094b529dbdf9039cdf8c9e8ea.tar.bz2 gentoo-2-68540fd538d3611094b529dbdf9039cdf8c9e8ea.zip |
Changed DEPEND so avoid FLTK breakage.
Diffstat (limited to 'app-emulation/pose')
-rw-r--r-- | app-emulation/pose/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/pose/pose-3.5.ebuild | 7 |
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 |