diff options
author | Lars Weiler <pylon@gentoo.org> | 2007-10-11 19:26:05 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2007-10-11 19:26:05 +0000 |
commit | b6363b85d4193bb578c40579c8f2cc2b17323df0 (patch) | |
tree | be5698d1b80068254121d5bc67510827c60fd2a2 | |
parent | New version 1.4.1 released which works with fluxbox-1.0.0 (diff) | |
download | gentoo-2-b6363b85d4193bb578c40579c8f2cc2b17323df0.tar.gz gentoo-2-b6363b85d4193bb578c40579c8f2cc2b17323df0.tar.bz2 gentoo-2-b6363b85d4193bb578c40579c8f2cc2b17323df0.zip |
stable ppc, bug #189735
(Portage version: 2.1.3.12)
-rw-r--r-- | net-im/ekg/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/ekg/ekg-1.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/ekg/ChangeLog b/net-im/ekg/ChangeLog index b10729507d3c..fdd2f488c4a2 100644 --- a/net-im/ekg/ChangeLog +++ b/net-im/ekg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ekg # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.38 2007/09/03 03:54:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.39 2007/10/11 19:26:05 pylon Exp $ + + 11 Oct 2007; Lars Weiler <pylon@gentoo.org> ekg-1.7.ebuild: + stable ppc, bug #189735 03 Sep 2007; Jeroen Roovers <jer@gentoo.org> ekg-1.7.ebuild: Stable for HPPA (bug #189735). diff --git a/net-im/ekg/ekg-1.7.ebuild b/net-im/ekg/ekg-1.7.ebuild index aea38edfdc9d..b847a49564bc 100644 --- a/net-im/ekg/ekg-1.7.ebuild +++ b/net-im/ekg/ekg-1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.7.ebuild,v 1.5 2007/09/03 03:54:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.7.ebuild,v 1.6 2007/10/11 19:26:05 pylon Exp $ inherit eutils autotools @@ -12,7 +12,7 @@ SRC_URI="http://ekg.chmurka.net/${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/_/}" |