diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-05-29 16:16:28 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-05-29 16:16:28 +0000 |
commit | 7d8ff7f15ef3b8ae0fb2ec04a14e6d98bb9ed06f (patch) | |
tree | fa4f57d5a9eee3f412a103516c2cb59858f3bd68 /net-irc/cwirc | |
parent | PPC stable profile update (diff) | |
download | historical-7d8ff7f15ef3b8ae0fb2ec04a14e6d98bb9ed06f.tar.gz historical-7d8ff7f15ef3b8ae0fb2ec04a14e6d98bb9ed06f.tar.bz2 historical-7d8ff7f15ef3b8ae0fb2ec04a14e6d98bb9ed06f.zip |
Keyword modification, see changelog for details
Diffstat (limited to 'net-irc/cwirc')
-rw-r--r-- | net-irc/cwirc/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/cwirc/cwirc-1.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/cwirc/ChangeLog b/net-irc/cwirc/ChangeLog index 03f2ffd0914f..9512c5296be6 100644 --- a/net-irc/cwirc/ChangeLog +++ b/net-irc/cwirc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/cwirc # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/ChangeLog,v 1.4 2004/04/27 22:05:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/ChangeLog,v 1.5 2004/05/29 16:16:27 pvdabeel Exp $ + + 29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> cwirc-1.7.1.ebuild: + Masked cwirc-1.7.1.ebuild testing for ppc 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> cwirc-1.7.1.ebuild: Add inherit eutils diff --git a/net-irc/cwirc/cwirc-1.7.1.ebuild b/net-irc/cwirc/cwirc-1.7.1.ebuild index 4788784293ac..582ce202d93f 100644 --- a/net-irc/cwirc/cwirc-1.7.1.ebuild +++ b/net-irc/cwirc/cwirc-1.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/cwirc-1.7.1.ebuild,v 1.3 2004/04/27 22:05:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/cwirc/cwirc-1.7.1.ebuild,v 1.4 2004/05/29 16:16:27 pvdabeel Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://webperso.easyconnect.fr/om.the/web/cwirc/" SRC_URI="http://webperso.easyconnect.fr/om.the/web/cwirc/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="x11-libs/gtk+ >=net-irc/xchat-2.0.1" |