diff options
author | Joseph Jezak <josejx@gentoo.org> | 2009-01-09 19:36:25 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2009-01-09 19:36:25 +0000 |
commit | f4a6ca4e794c350b739fb7c89b53184462a78780 (patch) | |
tree | 3e42143dc6ce0c866d3120bf5b4db4c16f88e5fd /sys-process | |
parent | Remove old (diff) | |
download | gentoo-2-f4a6ca4e794c350b739fb7c89b53184462a78780.tar.gz gentoo-2-f4a6ca4e794c350b739fb7c89b53184462a78780.tar.bz2 gentoo-2-f4a6ca4e794c350b739fb7c89b53184462a78780.zip |
Marked ~ppc for bug #252725.
(Portage version: 2.1.6.4/cvs/Linux 2.6.23 x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/incron/ChangeLog | 7 | ||||
-rw-r--r-- | sys-process/incron/incron-0.5.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-process/incron/ChangeLog b/sys-process/incron/ChangeLog index 0ea5841717df..729576ceb99d 100644 --- a/sys-process/incron/ChangeLog +++ b/sys-process/incron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/incron -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.3 2008/06/01 10:20:48 hollow Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.4 2009/01/09 19:36:25 josejx Exp $ + + 09 Jan 2009; Joseph Jezak <josejx@gentoo.org> incron-0.5.7.ebuild: + Marked ~ppc for bug #252725. 01 Jun 2008; Benedikt Böhm <hollow@gentoo.org> +files/incron-0.5.7-gcc43.patch, metadata.xml, incron-0.5.7.ebuild: diff --git a/sys-process/incron/incron-0.5.7.ebuild b/sys-process/incron/incron-0.5.7.ebuild index bc5c1275eda6..a97c424a2523 100644 --- a/sys-process/incron/incron-0.5.7.ebuild +++ b/sys-process/incron/incron-0.5.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.7.ebuild,v 1.2 2008/06/01 10:20:48 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.7.ebuild,v 1.3 2009/01/09 19:36:25 josejx Exp $ inherit eutils linux-info toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://inotify.aiken.cz/download/incron/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="" |