diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-08-14 19:05:31 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-08-14 19:05:31 +0000 |
commit | 4e5bb32f9e02d904fbe6088aa1c68857ea9687dc (patch) | |
tree | 7beab26b60b739ea3cb1cabfffbf89740f8c85fa /x11-apps/xmessage | |
parent | clean out old ebuild (diff) | |
download | gentoo-2-4e5bb32f9e02d904fbe6088aa1c68857ea9687dc.tar.gz gentoo-2-4e5bb32f9e02d904fbe6088aa1c68857ea9687dc.tar.bz2 gentoo-2-4e5bb32f9e02d904fbe6088aa1c68857ea9687dc.zip |
Stable on alpha.
(Portage version: 2.1-r2)
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 2af16afc682d..85f8c1c11368 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.20 2006/08/11 19:42:49 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmessage/ChangeLog,v 1.21 2006/08/14 19:05:31 tcort Exp $ + + 14 Aug 2006; Thomas Cort <tcort@gentoo.org> xmessage-1.0.1.ebuild: + Stable on alpha. 11 Aug 2006; Thomas Cort <tcort@gentoo.org> xmessage-1.0.1.ebuild: Added ~alpha keyword. diff --git a/x11-apps/xmessage/xmessage-1.0.1.ebuild b/x11-apps/xmessage/xmessage-1.0.1.ebuild index e593fc7d6389..96c1e556af4d 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.11 2006/08/11 19:42:49 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmessage/xmessage-1.0.1.ebuild,v 1.12 2006/08/14 19:05:31 tcort Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org xmessage application" -KEYWORDS="~alpha amd64 arm hppa ia64 mips ppc ppc64 ~s390 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ~s390 sparc x86 ~x86-fbsd" IUSE="xprint" RDEPEND="x11-libs/libXaw" DEPEND="${RDEPEND}" |