diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-11-14 18:54:20 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-11-14 18:54:20 +0000 |
commit | 2d2c89bf0c4a9a06ce9534fef47e2e0da87f0afa (patch) | |
tree | bcbbfd53aa1b5901882db49740b4c655a84994a4 /media-gfx/flphoto/flphoto-1.2.ebuild | |
parent | Restrict fltk dependency to SLOT 1.1 (bug #246445). (diff) | |
download | gentoo-2-2d2c89bf0c4a9a06ce9534fef47e2e0da87f0afa.tar.gz gentoo-2-2d2c89bf0c4a9a06ce9534fef47e2e0da87f0afa.tar.bz2 gentoo-2-2d2c89bf0c4a9a06ce9534fef47e2e0da87f0afa.zip |
Restrict fltk dependency to SLOT 1.1 (bug #246445).
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'media-gfx/flphoto/flphoto-1.2.ebuild')
-rw-r--r-- | media-gfx/flphoto/flphoto-1.2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/media-gfx/flphoto/flphoto-1.2.ebuild b/media-gfx/flphoto/flphoto-1.2.ebuild index 36005b5dc530..fd3a8549da74 100644 --- a/media-gfx/flphoto/flphoto-1.2.ebuild +++ b/media-gfx/flphoto/flphoto-1.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/flphoto/flphoto-1.2.ebuild,v 1.6 2007/09/20 14:05:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/flphoto/flphoto-1.2.ebuild,v 1.7 2008/11/14 18:54:20 coldwind Exp $ + +EAPI=1 DESCRIPTION="Basic image management and display program based on the FLTK toolkit" HOMEPAGE="http://www.easysw.com/~mike/flphoto/" @@ -11,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="cups gphoto2" -DEPEND=">=x11-libs/fltk-1.1.4 +DEPEND=">=x11-libs/fltk-1.1.4:1.1 cups? ( net-print/cups ) gphoto2? ( media-gfx/gphoto2 )" |