diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 10:53:41 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 10:53:41 +0000 |
commit | d30fbe1bb5a924d7f380834fcc61df448c7c10a6 (patch) | |
tree | 54226090fa26ba61995af39d939265716074b84d /net-im/naim | |
parent | Stable on amd64. (Manifest recommit) (diff) | |
download | gentoo-2-d30fbe1bb5a924d7f380834fcc61df448c7c10a6.tar.gz gentoo-2-d30fbe1bb5a924d7f380834fcc61df448c7c10a6.tar.bz2 gentoo-2-d30fbe1bb5a924d7f380834fcc61df448c7c10a6.zip |
KEYWORDS ~amd64. Note: FEATURES=maketest fails, but otherwise package builds and works.
Diffstat (limited to 'net-im/naim')
-rw-r--r-- | net-im/naim/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/naim/naim-0.11.7.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-im/naim/ChangeLog b/net-im/naim/ChangeLog index 4b851a10f879..77406fd72d63 100644 --- a/net-im/naim/ChangeLog +++ b/net-im/naim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/naim # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/naim/ChangeLog,v 1.47 2004/10/06 01:49:43 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/naim/ChangeLog,v 1.48 2004/10/19 10:53:41 absinthe Exp $ + + 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> naim-0.11.7.2.ebuild: + KEYWORDS ~amd64. Note: FEATURES=maketest fails, but otherwise package builds + and works. 05 Oct 2004; Jason Wever <weeve@gentoo.org> naim-0.11.7.2.ebuild: Added ~sparc keyword as it mysteriously disappeared. diff --git a/net-im/naim/naim-0.11.7.2.ebuild b/net-im/naim/naim-0.11.7.2.ebuild index 6e816ac2d241..05713f2b055d 100644 --- a/net-im/naim/naim-0.11.7.2.ebuild +++ b/net-im/naim/naim-0.11.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.7.2.ebuild,v 1.6 2004/10/06 01:49:43 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.7.2.ebuild,v 1.7 2004/10/19 10:53:41 absinthe Exp $ DESCRIPTION="An ncurses based AOL Instant Messenger" @@ -9,7 +9,7 @@ SRC_URI="http://shell.n.ml.org/n/naim/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~macos ppc ~ppc-macos hppa ~sparc" +KEYWORDS="x86 ~macos ppc ~ppc-macos hppa ~sparc ~amd64" IUSE="debug" DEPEND=">=sys-libs/ncurses-5.2" |