diff options
author | George Shapovalov <george@gentoo.org> | 2003-09-30 23:58:22 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-09-30 23:58:22 +0000 |
commit | 4ee24d93d82c097c2b5fbe3171a4519bab714189 (patch) | |
tree | 9515433aed0d25471d165e2462b7ab79adf91e9a /app-emulation/pose | |
parent | Use replace-flags instead of filter-flags to replace -O? (diff) | |
download | gentoo-2-4ee24d93d82c097c2b5fbe3171a4519bab714189.tar.gz gentoo-2-4ee24d93d82c097c2b5fbe3171a4519bab714189.tar.bz2 gentoo-2-4ee24d93d82c097c2b5fbe3171a4519bab714189.zip |
few cosmetic touchups
Diffstat (limited to 'app-emulation/pose')
-rw-r--r-- | app-emulation/pose/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/pose/pose-3.5-r2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/pose/Manifest b/app-emulation/pose/Manifest index 0a3d9d800d80..56985504ad7e 100644 --- a/app-emulation/pose/Manifest +++ b/app-emulation/pose/Manifest @@ -1,5 +1,5 @@ MD5 249c03ed328e66147e1428b7e82d24f7 pose-3.5-r1.ebuild 2053 -MD5 5df111fea45750a8baf5df67a8b5706a pose-3.5-r2.ebuild 2062 +MD5 1aa049adb489a849f471f3e22fc9b632 pose-3.5-r2.ebuild 2062 MD5 777a99e1e011e26e1e3dd645ce3f1a17 ChangeLog 1391 MD5 36734bf153faeb688279a79e5da1769b files/choose-gl.diff 666 MD5 dbef5e8a7e42d97ef76d763fab5090e1 files/init-clipwidget.diff 486 diff --git a/app-emulation/pose/pose-3.5-r2.ebuild b/app-emulation/pose/pose-3.5-r2.ebuild index 3f5a88c03698..90823ee787b5 100644 --- a/app-emulation/pose/pose-3.5-r2.ebuild +++ b/app-emulation/pose/pose-3.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/pose-3.5-r2.ebuild,v 1.1 2003/08/08 06:26:36 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/pose-3.5-r2.ebuild,v 1.2 2003/09/30 23:58:16 george Exp $ S=${WORKDIR}/Emulator_Src_3.5 FLTK_PV=1.0.11 @@ -11,7 +11,7 @@ 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.1.3*" +DEPEND=">=x11-libs/fltk-1.1.3" KEYWORDS="~x86" LICENSE="GPL-2" |