diff options
author | Owen Stampflee <owen@gentoo.org> | 2002-09-28 18:57:22 +0000 |
---|---|---|
committer | Owen Stampflee <owen@gentoo.org> | 2002-09-28 18:57:22 +0000 |
commit | bcb61f9ec240ea55415f422ad1aeefba631becd3 (patch) | |
tree | 09c4391cf3cf7003453a61b22c33090bcaac79c4 /net-mail/mailx | |
parent | fix $S per the recent kde-dist.eclass change (diff) | |
download | gentoo-2-bcb61f9ec240ea55415f422ad1aeefba631becd3.tar.gz gentoo-2-bcb61f9ec240ea55415f422ad1aeefba631becd3.tar.bz2 gentoo-2-bcb61f9ec240ea55415f422ad1aeefba631becd3.zip |
added keywords
Diffstat (limited to 'net-mail/mailx')
-rw-r--r-- | net-mail/mailx/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/mailx/mailx-8.1.1.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/mailx/ChangeLog b/net-mail/mailx/ChangeLog index 3d1d6a38d97d..592a9b886887 100644 --- a/net-mail/mailx/ChangeLog +++ b/net-mail/mailx/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for net-mail/mailx # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailx/ChangeLog,v 1.2 2002/09/12 18:51:29 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailx/ChangeLog,v 1.3 2002/09/28 18:57:22 owen Exp $ *mailx-8.1.1.11 (1 Feb 2002) + 28 Sep 2002; Owen Stampflee <owen@gentoo.org> : + Added PPC to KEYWORDS. + 12 Sep 2002; Grant Goodyear <g2boojum@gentoo.org> ChangeLog : added virtual/mta depend diff --git a/net-mail/mailx/mailx-8.1.1.11.ebuild b/net-mail/mailx/mailx-8.1.1.11.ebuild index 6c6000006ed6..b883a9060d28 100644 --- a/net-mail/mailx/mailx-8.1.1.11.ebuild +++ b/net-mail/mailx/mailx-8.1.1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailx/mailx-8.1.1.11.ebuild,v 1.8 2002/09/12 18:51:29 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailx/mailx-8.1.1.11.ebuild,v 1.9 2002/09/28 18:57:22 owen Exp $ MX_VER="8.1.1" S=${WORKDIR}/mailx-${MX_VER}.orig @@ -13,7 +13,7 @@ DEPEND=">=net-libs/liblockfile-1.03 SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64" src_unpack() { |