diff options
author | 2007-02-03 07:45:13 +0000 | |
---|---|---|
committer | 2007-02-03 07:45:13 +0000 | |
commit | 78840e952825bc0e6a181d1bf865018a694f580b (patch) | |
tree | 48cf5597b68196f50e020491532541418fc6e0f2 /app-admin/gamin | |
parent | Version bump with a fix for bug #164986 (diff) | |
download | gentoo-2-78840e952825bc0e6a181d1bf865018a694f580b.tar.gz gentoo-2-78840e952825bc0e6a181d1bf865018a694f580b.tar.bz2 gentoo-2-78840e952825bc0e6a181d1bf865018a694f580b.zip |
Stable on ppc wrt bug 164938
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-admin/gamin')
-rw-r--r-- | app-admin/gamin/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/gamin/gamin-0.1.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/gamin/ChangeLog b/app-admin/gamin/ChangeLog index 468be9ae2563..c1df4a22ae1a 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.58 2007/02/03 01:37:28 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/ChangeLog,v 1.59 2007/02/03 07:45:13 nixnut Exp $ + + 03 Feb 2007; nixnut <nixnut@gentoo.org> gamin-0.1.8.ebuild: + Stable on ppc wrt bug 164938 03 Feb 2007; Steve Dibb <beandog@gentoo.org> gamin-0.1.8.ebuild: amd64 stable, bug 164938 diff --git a/app-admin/gamin/gamin-0.1.8.ebuild b/app-admin/gamin/gamin-0.1.8.ebuild index 258a0f891d4a..cd3c5bcff879 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.5 2007/02/03 01:37:28 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.1.8.ebuild,v 1.6 2007/02/03 07:45:13 nixnut Exp $ inherit autotools eutils libtool @@ -11,7 +11,7 @@ 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" +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 |