diff options
author | Mark Guertin <gerk@gentoo.org> | 2003-02-15 07:50:38 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2003-02-15 07:50:38 +0000 |
commit | 8cd377b4269ce2c903158c839b87523242bb3437 (patch) | |
tree | 483a7516c7a7003a7be3f2cb7edd317d00af8723 /net-irc/konversation | |
parent | set ~ppc in keywords (diff) | |
download | historical-8cd377b4269ce2c903158c839b87523242bb3437.tar.gz historical-8cd377b4269ce2c903158c839b87523242bb3437.tar.bz2 historical-8cd377b4269ce2c903158c839b87523242bb3437.zip |
set ~ppc in keywords
Diffstat (limited to 'net-irc/konversation')
-rw-r--r-- | net-irc/konversation/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/konversation/konversation-0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/konversation/ChangeLog b/net-irc/konversation/ChangeLog index b9238a150f6e..2b3fec935dfd 100644 --- a/net-irc/konversation/ChangeLog +++ b/net-irc/konversation/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-irc/konversation # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/ChangeLog,v 1.4 2003/02/13 13:52:19 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/ChangeLog,v 1.5 2003/02/15 07:50:38 gerk Exp $ *konversation-0.9 (07 Feb 2003) + 15 Feb 2003; Mark Guertin <gerk@gentoo.org> konversation-0.9.ebuild : + set ~ppc in keywords + 13 Feb 2003; Seemant Kulleen <seemant@gentoo.org> konversation-0.9.ebuild : nls fixes diff --git a/net-irc/konversation/konversation-0.9.ebuild b/net-irc/konversation/konversation-0.9.ebuild index 0f4fc70071a9..de55795b32fd 100644 --- a/net-irc/konversation/konversation-0.9.ebuild +++ b/net-irc/konversation/konversation-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-0.9.ebuild,v 1.2 2003/02/13 13:52:19 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-0.9.ebuild,v 1.3 2003/02/15 07:50:38 gerk Exp $ IUSE="nls" @@ -12,7 +12,7 @@ HOMEPAGE="http://konversation.sourceforge.net" SRC_URI="http://konversation.sourceforge.net/downloads/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" src_compile() { |