diff options
-rw-r--r-- | app-editors/amyedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/amyedit/amyedit-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/amyedit/ChangeLog b/app-editors/amyedit/ChangeLog index d4f6716be342..e15e4efd68a7 100644 --- a/app-editors/amyedit/ChangeLog +++ b/app-editors/amyedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/amyedit # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.8 2006/03/15 08:34:29 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.9 2006/03/20 17:01:53 nixnut Exp $ + + 20 Mar 2006; <nixnut@gentoo.org> amyedit-1.0.ebuild: + Added ~ppc. Bug #126261 *amyedit-1.0 (15 Mar 2006) diff --git a/app-editors/amyedit/amyedit-1.0.ebuild b/app-editors/amyedit/amyedit-1.0.ebuild index ef806e4f0368..b9aaa2281fd9 100644 --- a/app-editors/amyedit/amyedit-1.0.ebuild +++ b/app-editors/amyedit/amyedit-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0.ebuild,v 1.1 2006/03/15 08:34:29 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0.ebuild,v 1.2 2006/03/20 17:01:53 nixnut Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://amyedit.sf.net" SRC_URI="mirror://sourceforge/amyedit/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~ppc ~x86" IUSE="" DEPEND=">=dev-cpp/gtkmm-2.6 >=x11-libs/gtksourceview-1.0 |