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 | 30251b52d4ec7c1e3f91567acd9dbdfd2725eac8 (patch) | |
tree | d97fe82488e8f37aba400fd7354560d48cd5460e /net-misc/unix2tcp/unix2tcp-0.7.2.ebuild | |
parent | added s390 keywords (Manifest recommit) (diff) | |
download | gentoo-2-30251b52d4ec7c1e3f91567acd9dbdfd2725eac8.tar.gz gentoo-2-30251b52d4ec7c1e3f91567acd9dbdfd2725eac8.tar.bz2 gentoo-2-30251b52d4ec7c1e3f91567acd9dbdfd2725eac8.zip |
added s390 to keywords
Diffstat (limited to 'net-misc/unix2tcp/unix2tcp-0.7.2.ebuild')
-rw-r--r-- | net-misc/unix2tcp/unix2tcp-0.7.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |