diff options
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/amyedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/amyedit/amyedit-0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/amyedit/ChangeLog b/app-editors/amyedit/ChangeLog index 7fd7a7a932e1..460a1f559fa9 100644 --- a/app-editors/amyedit/ChangeLog +++ b/app-editors/amyedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/amyedit # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.5 2005/12/09 02:30:26 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.6 2005/12/09 03:20:02 tsunam Exp $ + + 09 Dec 2005; Joshua Jackson <tsunam@gentoo.org> amyedit-0.9.ebuild: + Stable on x86; bug #114317 09 Dec 2005; <pclouds@gentoo.org> amyedit-0.8.ebuild, amyedit-0.9.ebuild: Do not install INSTALL COPYING #114317 diff --git a/app-editors/amyedit/amyedit-0.9.ebuild b/app-editors/amyedit/amyedit-0.9.ebuild index 49d2acc7bedf..b285318e3540 100644 --- a/app-editors/amyedit/amyedit-0.9.ebuild +++ b/app-editors/amyedit/amyedit-0.9.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/app-editors/amyedit/amyedit-0.9.ebuild,v 1.5 2005/12/09 02:30:26 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild,v 1.6 2005/12/09 03:20:02 tsunam 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="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND=">=dev-cpp/gtkmm-2.4.8 >=x11-libs/gtksourceview-1.0 |