diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-08-28 17:59:28 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-08-28 17:59:28 +0000 |
commit | 462029658f2094edd80ad4d71baf8c1c952ca52f (patch) | |
tree | e46ebd92b087c1cc837464363a0dde74c8787332 /net-im/ekg | |
parent | Stable for HPPA (bug #185823). (diff) | |
download | gentoo-2-462029658f2094edd80ad4d71baf8c1c952ca52f.tar.gz gentoo-2-462029658f2094edd80ad4d71baf8c1c952ca52f.tar.bz2 gentoo-2-462029658f2094edd80ad4d71baf8c1c952ca52f.zip |
Marked stable on amd64 as per bug 189735.
(Portage version: 2.1.3.7)
Diffstat (limited to 'net-im/ekg')
-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 9bf7c34a834b..e5fb5ff7c5d1 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.36 2007/08/26 22:29:41 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.37 2007/08/28 17:59:28 philantrop Exp $ + + 28 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org> ekg-1.7.ebuild: + Marked stable on amd64 as per bug 189735. 26 Aug 2007; Michał Januszewski <spock@gentoo.org> ekg-1.7.ebuild: Fix issues pointed out in bug #189735. diff --git a/net-im/ekg/ekg-1.7.ebuild b/net-im/ekg/ekg-1.7.ebuild index aaefc13cf073..1890b1cf56ea 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.3 2007/08/26 22:29:41 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.7.ebuild,v 1.4 2007/08/28 17:59:28 philantrop 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/_/}" |