diff options
author | 2004-03-30 12:15:25 +0000 | |
---|---|---|
committer | 2004-03-30 12:15:25 +0000 | |
commit | 0b0eb68307bce241cf3cd33b61b9316847431884 (patch) | |
tree | d9ba90a145f2be06591ab37b0c7db037d42ef8f9 /media-gfx/flphoto | |
parent | Closing #45591. (diff) | |
download | historical-0b0eb68307bce241cf3cd33b61b9316847431884.tar.gz historical-0b0eb68307bce241cf3cd33b61b9316847431884.tar.bz2 historical-0b0eb68307bce241cf3cd33b61b9316847431884.zip |
Closing #45583.
Diffstat (limited to 'media-gfx/flphoto')
-rw-r--r-- | media-gfx/flphoto/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/flphoto/flphoto-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/flphoto/ChangeLog b/media-gfx/flphoto/ChangeLog index 2470a820ff0c..3922c1cfdb38 100644 --- a/media-gfx/flphoto/ChangeLog +++ b/media-gfx/flphoto/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for media-gfx/flphoto # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/flphoto/ChangeLog,v 1.5 2004/03/22 21:17:06 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/flphoto/ChangeLog,v 1.6 2004/03/30 12:15:25 aliz Exp $ 26 Jul 2003; Jared Hudson <jhhudso@gentoo.org> : Fixed flphoto so that it only depends on a specific version of fltk, since the other versions cause compile errors. + 30 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> flphoto-1.2.ebuild: + Adding amd64 keyword. Closing #45583. + *flphoto-1.2 (22 Mar 2004) 22 Mar 2004; Heinrich Wendel <lanius@gentoo.org> flphoto-1.0.ebuild, diff --git a/media-gfx/flphoto/flphoto-1.2.ebuild b/media-gfx/flphoto/flphoto-1.2.ebuild index c2258a82a7fc..0f295bb7b650 100644 --- a/media-gfx/flphoto/flphoto-1.2.ebuild +++ b/media-gfx/flphoto/flphoto-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.1 2004/03/22 21:17:06 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/flphoto/flphoto-1.2.ebuild,v 1.2 2004/03/30 12:15:25 aliz Exp $ DESCRIPTION="Basic image management and display program based on the FLTK toolkit" HOMEPAGE="http://www.easysw.com/~mike/flphoto/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/fltk/${P}-source.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="cups gphoto2" DEPEND=">=x11-libs/fltk-1.1.4 |