diff options
Diffstat (limited to 'x11-apps/xmessage')
-rw-r--r-- | x11-apps/xmessage/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xmessage/xmessage-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xmessage/ChangeLog b/x11-apps/xmessage/ChangeLog index 7c65ea9a31fc..952234caaafc 100644 --- a/x11-apps/xmessage/ChangeLog +++ b/x11-apps/xmessage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xmessage # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmessage/ChangeLog,v 1.14 2006/06/30 17:01:53 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmessage/ChangeLog,v 1.15 2006/06/30 18:17:47 corsair Exp $ + + 30 Jun 2006; Markus Rothe <corsair@gentoo.org> xmessage-1.0.1.ebuild: + Stable on ppc64 30 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> xmessage-1.0.1.ebuild: Stable on amd64 and x86. diff --git a/x11-apps/xmessage/xmessage-1.0.1.ebuild b/x11-apps/xmessage/xmessage-1.0.1.ebuild index 45255850572b..aacf23ecada4 100644 --- a/x11-apps/xmessage/xmessage-1.0.1.ebuild +++ b/x11-apps/xmessage/xmessage-1.0.1.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/x11-apps/xmessage/xmessage-1.0.1.ebuild,v 1.5 2006/06/30 17:01:53 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmessage/xmessage-1.0.1.ebuild,v 1.6 2006/06/30 18:17:47 corsair Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org xmessage application" -KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ~mips ~ppc ppc64 ~s390 ~sparc x86 ~x86-fbsd" IUSE="xprint" RDEPEND="x11-libs/libXaw" DEPEND="${RDEPEND}" |