summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-02-03 01:37:28 +0000
committerSteve Dibb <beandog@gentoo.org>2007-02-03 01:37:28 +0000
commit242c8c7c02a175f8e5d9b141ff2582ae8ad73a55 (patch)
treec32b61cb05ff15bb408fa1ebd5ea38a79ed8c841 /app-admin/gamin
parentFixup doc installation #164995 by Krzysiek Pawlik. (diff)
downloadgentoo-2-242c8c7c02a175f8e5d9b141ff2582ae8ad73a55.tar.gz
gentoo-2-242c8c7c02a175f8e5d9b141ff2582ae8ad73a55.tar.bz2
gentoo-2-242c8c7c02a175f8e5d9b141ff2582ae8ad73a55.zip
amd64 stable, bug 164938
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-admin/gamin')
-rw-r--r--app-admin/gamin/ChangeLog5
-rw-r--r--app-admin/gamin/gamin-0.1.8.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-admin/gamin/ChangeLog b/app-admin/gamin/ChangeLog
index 8e4e6d5f9feb..468be9ae2563 100644
--- a/app-admin/gamin/ChangeLog
+++ b/app-admin/gamin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/gamin
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/ChangeLog,v 1.57 2007/02/02 19:28:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/ChangeLog,v 1.58 2007/02/03 01:37:28 beandog Exp $
+
+ 03 Feb 2007; Steve Dibb <beandog@gentoo.org> gamin-0.1.8.ebuild:
+ amd64 stable, bug 164938
02 Feb 2007; Raúl Porcel <armin76@gentoo.org> gamin-0.1.8.ebuild:
x86 stable wrt bug 164938
diff --git a/app-admin/gamin/gamin-0.1.8.ebuild b/app-admin/gamin/gamin-0.1.8.ebuild
index 20c390a2e32a..258a0f891d4a 100644
--- a/app-admin/gamin/gamin-0.1.8.ebuild
+++ b/app-admin/gamin/gamin-0.1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.1.8.ebuild,v 1.4 2007/02/02 19:28:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.1.8.ebuild,v 1.5 2007/02/03 01:37:28 beandog Exp $
inherit autotools eutils libtool
@@ -11,8 +11,8 @@ SRC_URI="http://www.gnome.org/~veillard/gamin/sources/${P}.tar.gz
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
-IUSE="debug doc"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+IUSE="debug doc kernel_FreeBSD kernel_linux"
RDEPEND=">=dev-libs/glib-2
!app-admin/fam"