summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/gthumb/gthumb-2.6.5.ebuild')
-rw-r--r--media-gfx/gthumb/gthumb-2.6.5.ebuild11
1 files changed, 9 insertions, 2 deletions
diff --git a/media-gfx/gthumb/gthumb-2.6.5.ebuild b/media-gfx/gthumb/gthumb-2.6.5.ebuild
index 49ad5e3af859..5ac661da01c1 100644
--- a/media-gfx/gthumb/gthumb-2.6.5.ebuild
+++ b/media-gfx/gthumb/gthumb-2.6.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.6.5.ebuild,v 1.1 2005/04/24 23:45:18 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.6.5.ebuild,v 1.1.1.1 2005/11/30 09:37:35 chriswhite Exp $
inherit gnome2
@@ -10,7 +10,7 @@ LICENSE="GPL-2"
IUSE="jpeg tiff png gphoto2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="amd64 ia64 ppc x86"
# FIXME : configure switches, no autodetection
@@ -51,3 +51,10 @@ src_unpack() {
rm ${S}/components/image-viewer/*.server
}
+
+src_install() {
+
+ # workaround #92920 FIXME
+ gnome2_src_install scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper/
+
+}