diff options
author | Michael McCabe <randy@gentoo.org> | 2004-04-16 20:37:25 +0000 |
---|---|---|
committer | Michael McCabe <randy@gentoo.org> | 2004-04-16 20:37:25 +0000 |
commit | 07ea76e65da2bc0432ff7ec0e40334bfc24c8390 (patch) | |
tree | e47fc13f0fc520361e77e4d47a6c7d9592aba06b /net-misc | |
parent | added s390 keywords (diff) | |
download | historical-07ea76e65da2bc0432ff7ec0e40334bfc24c8390.tar.gz historical-07ea76e65da2bc0432ff7ec0e40334bfc24c8390.tar.bz2 historical-07ea76e65da2bc0432ff7ec0e40334bfc24c8390.zip |
added s390 to keywords
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/unix2tcp/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/unix2tcp/unix2tcp-0.7.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/unix2tcp/ChangeLog b/net-misc/unix2tcp/ChangeLog index 291249edffba..763b900c85bb 100644 --- a/net-misc/unix2tcp/ChangeLog +++ b/net-misc/unix2tcp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/unix2tcp -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/unix2tcp/ChangeLog,v 1.1 2003/09/22 20:45:04 vapier Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/unix2tcp/ChangeLog,v 1.2 2004/04/16 20:37:25 randy Exp $ + + 16 Apr 2004; Michael McCabe <randy@gentoo.org> unix2tcp-0.7.2.ebuild: + adding s390 to keywords *unix2tcp-0.7.2 (22 Sep 2003) diff --git a/net-misc/unix2tcp/unix2tcp-0.7.2.ebuild b/net-misc/unix2tcp/unix2tcp-0.7.2.ebuild index 5d68581f1c88..d886075e4aed 100644 --- a/net-misc/unix2tcp/unix2tcp-0.7.2.ebuild +++ b/net-misc/unix2tcp/unix2tcp-0.7.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc., 2003 Mihai RUSU +# Copyright 1999-2004 Gentoo Technologies, Inc., 2003 Mihai RUSU # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/unix2tcp/unix2tcp-0.7.2.ebuild,v 1.1 2003/09/22 20:45:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unix2tcp/unix2tcp-0.7.2.ebuild,v 1.2 2004/04/16 20:37:25 randy Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://dizzy.roedu.net/unix2tcp/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 s390" src_compile() { emake LDFLAGS="${LDFLAGS}" || die |