diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-08-26 17:21:14 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-08-26 17:21:14 +0000 |
commit | fcacd8aa9d4d908a0a82b445be852b8b2a41692d (patch) | |
tree | 34ef1368ad80ff564d9e636140a86885d6096e5b /net-im | |
parent | ia64/x86 stable wrt #189266 (diff) | |
download | gentoo-2-fcacd8aa9d4d908a0a82b445be852b8b2a41692d.tar.gz gentoo-2-fcacd8aa9d4d908a0a82b445be852b8b2a41692d.tar.bz2 gentoo-2-fcacd8aa9d4d908a0a82b445be852b8b2a41692d.zip |
alpha/ia64/x86 stable wrt #189735
(Portage version: 2.1.3.7)
Diffstat (limited to 'net-im')
-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 3e826de73dc0..1204b58c0e0d 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.34 2007/05/16 19:28:54 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.35 2007/08/26 17:21:14 armin76 Exp $ + + 26 Aug 2007; Raúl Porcel <armin76@gentoo.org> ekg-1.7.ebuild: + alpha/ia64/x86 stable wrt #189735 *ekg-1.7 (16 May 2007) diff --git a/net-im/ekg/ekg-1.7.ebuild b/net-im/ekg/ekg-1.7.ebuild index d282ac2eff17..03c307f27b34 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.1 2007/05/16 19:28:54 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.7.ebuild,v 1.2 2007/08/26 17:21:14 armin76 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/_/}" |