diff options
-rw-r--r-- | net-im/ekg/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/ekg/ekg-1.6_rc1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/ekg/ChangeLog b/net-im/ekg/ChangeLog index cd1b42629a4a..c705a6ac80f5 100644 --- a/net-im/ekg/ChangeLog +++ b/net-im/ekg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ekg # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.18 2005/07/07 18:53:21 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.19 2005/07/14 20:07:27 killerfox Exp $ + + 14 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org> ekg-1.6_rc1-r1.ebuild: + Stable on hppa. 07 Jul 2005; Michał Januszewski <spock@gentoo.org> ekg-1.6_rc1-r1.ebuild: Marked stable on x86. diff --git a/net-im/ekg/ekg-1.6_rc1-r1.ebuild b/net-im/ekg/ekg-1.6_rc1-r1.ebuild index 375300bf2519..e637befc8bce 100644 --- a/net-im/ekg/ekg-1.6_rc1-r1.ebuild +++ b/net-im/ekg/ekg-1.6_rc1-r1.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/net-im/ekg/ekg-1.6_rc1-r1.ebuild,v 1.2 2005/07/07 18:53:21 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.6_rc1-r1.ebuild,v 1.3 2005/07/14 20:07:27 killerfox Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://dev.null.pl/ekg/${P/_/}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ia64 ~amd64" +KEYWORDS="~alpha ~amd64 hppa ia64 ~mips ~ppc ~sparc x86" S="${WORKDIR}/${P/_/}" |