diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-30 12:17:46 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-30 12:17:46 +0000 |
commit | 4eb63451d31be788d214a1a3b44f526b772feb55 (patch) | |
tree | 90ca02b9405967a6102752afc7f58513a4a1db24 /media-gfx | |
parent | adding SRC_URI of a mirror (Manifest recommit) (diff) | |
download | gentoo-2-4eb63451d31be788d214a1a3b44f526b772feb55.tar.gz gentoo-2-4eb63451d31be788d214a1a3b44f526b772feb55.tar.bz2 gentoo-2-4eb63451d31be788d214a1a3b44f526b772feb55.zip |
Closing #45583.
Diffstat (limited to 'media-gfx')
-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 |