diff options
author | Jory Pratt <anarchy@gentoo.org> | 2005-07-21 23:03:13 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2005-07-21 23:03:13 +0000 |
commit | adedf0566e9d1d2a5ec0c4c8b716803a0b83c907 (patch) | |
tree | 3d80091002a498319a7295eb09232027ee0e5a15 /net-im/ekg | |
parent | Stable on ppc (diff) | |
download | gentoo-2-adedf0566e9d1d2a5ec0c4c8b716803a0b83c907.tar.gz gentoo-2-adedf0566e9d1d2a5ec0c4c8b716803a0b83c907.tar.bz2 gentoo-2-adedf0566e9d1d2a5ec0c4c8b716803a0b83c907.zip |
Stable on PPC. bug #99583
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-im/ekg')
-rw-r--r-- | net-im/ekg/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/ekg/ekg-1.6_rc3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/ekg/ChangeLog b/net-im/ekg/ChangeLog index acb63ce4106b..789bf2b8d32f 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.21 2005/07/21 19:47:43 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.22 2005/07/21 23:03:13 anarchy Exp $ + + 21 Jul 2005; Jory A. Pratt <anarchy@gentoo.org> ekg-1.6_rc3.ebuild: + Stable on PPC. bug #99583 21 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org> ekg-1.6_rc3.ebuild: Stable on hppa. bug #99583 diff --git a/net-im/ekg/ekg-1.6_rc3.ebuild b/net-im/ekg/ekg-1.6_rc3.ebuild index 096b82b4659c..8c319a110eb1 100644 --- a/net-im/ekg/ekg-1.6_rc3.ebuild +++ b/net-im/ekg/ekg-1.6_rc3.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_rc3.ebuild,v 1.2 2005/07/21 19:47:43 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.6_rc3.ebuild,v 1.3 2005/07/21 23:03:13 anarchy Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://dev.null.pl/ekg/${P/_/}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ppc ~sparc ~x86" S="${WORKDIR}/${P/_/}" |