diff options
author | Dan Armak <danarmak@gentoo.org> | 2003-04-05 22:31:56 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2003-04-05 22:31:56 +0000 |
commit | abbd0ab7b6567124a90edec4918e9b36d2bbb057 (patch) | |
tree | 3299d6b6b3b2cee0323accc519fe58fc99e00762 /net-news | |
parent | mark as x86 (diff) | |
download | gentoo-2-abbd0ab7b6567124a90edec4918e9b36d2bbb057.tar.gz gentoo-2-abbd0ab7b6567124a90edec4918e9b36d2bbb057.tar.bz2 gentoo-2-abbd0ab7b6567124a90edec4918e9b36d2bbb057.zip |
mark x86
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/newspost/ChangeLog | 5 | ||||
-rw-r--r-- | net-news/newspost/newspost-2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-news/newspost/ChangeLog b/net-news/newspost/ChangeLog index 5f01ba752ca4..be86242b1db2 100644 --- a/net-news/newspost/ChangeLog +++ b/net-news/newspost/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-news/newspost # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/newspost/ChangeLog,v 1.4 2003/04/02 16:29:17 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/newspost/ChangeLog,v 1.5 2003/04/05 22:30:02 danarmak Exp $ *newspost-2.1 (02 Apr 2003) + 06 Apr 2003; Dan Armak <danarmak@gentoo.org> newspost-2.1.ebuild: + Mark as x86 stable. + 02 Apr 2003; Dan Armak <danarmak@gentoo.org> newspost-2.1.ebuild: New upstream version. Closes bug #16037 - thanks to BiOCHiP for submitting. diff --git a/net-news/newspost/newspost-2.1.ebuild b/net-news/newspost/newspost-2.1.ebuild index 718f9457099c..ab6bbd7dab31 100644 --- a/net-news/newspost/newspost-2.1.ebuild +++ b/net-news/newspost/newspost-2.1.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-news/newspost/newspost-2.1.ebuild,v 1.1 2003/04/02 16:29:17 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/newspost/newspost-2.1.ebuild,v 1.2 2003/04/05 22:30:02 danarmak Exp $ DESCRIPTION="a usenet binary autoposter for unix" HOMEPAGE="http://newspost.unixcab.org/" @@ -11,7 +11,7 @@ SLOT="0" # NOTE: This package should work on PPC but not tested! # It also has a solaris make file but we don't do solaris. # but it should mean that it is 64bit clean. -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="sys-libs/glibc sys-devel/gcc" RDEPEND="sys-libs/glibc" |