diff options
-rw-r--r-- | x11-apps/xedit/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xedit/xedit-1.0.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-apps/xedit/ChangeLog b/x11-apps/xedit/ChangeLog index 7d7e514bf09c..4f3fc0f0808d 100644 --- a/x11-apps/xedit/ChangeLog +++ b/x11-apps/xedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xedit -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.20 2007/12/20 00:08:32 cla Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.21 2008/03/24 14:03:05 maekke Exp $ + + 24 Mar 2008; Markus Meier <maekke@gentoo.org> xedit-1.0.2.ebuild: + amd64 stable, bug #202087 19 Dec 2007; Dawid Węgliński <cla@gentoo.org> xedit-1.0.2.ebuild: Stable on x86 (bug #202087) diff --git a/x11-apps/xedit/xedit-1.0.2.ebuild b/x11-apps/xedit/xedit-1.0.2.ebuild index 7298cb70f603..4b9c623b6f66 100644 --- a/x11-apps/xedit/xedit-1.0.2.ebuild +++ b/x11-apps/xedit/xedit-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/xedit-1.0.2.ebuild,v 1.3 2007/12/20 00:08:32 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/xedit-1.0.2.ebuild,v 1.4 2008/03/24 14:03:05 maekke Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="simple text editor for X" -KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="xprint" RDEPEND="x11-libs/libXprintUtil x11-libs/libXaw |