diff options
author | Seth Chandler <sethbc@gentoo.org> | 2003-03-12 02:12:09 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2003-03-12 02:12:09 +0000 |
commit | c012765d08402bad7c4fa9f96411a9fe5243a9d1 (patch) | |
tree | c080c6e4ce7762ae9ea9e0ea5e63625354024b98 /net-misc | |
parent | initial import to portage (diff) | |
download | gentoo-2-c012765d08402bad7c4fa9f96411a9fe5243a9d1.tar.gz gentoo-2-c012765d08402bad7c4fa9f96411a9fe5243a9d1.tar.bz2 gentoo-2-c012765d08402bad7c4fa9f96411a9fe5243a9d1.zip |
whoops keywordness
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/rol/rol-0.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/rol/rol-0.2.2.ebuild b/net-misc/rol/rol-0.2.2.ebuild index 8854a9955e46..e38c855b1188 100644 --- a/net-misc/rol/rol-0.2.2.ebuild +++ b/net-misc/rol/rol-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rol/rol-0.2.2.ebuild,v 1.1 2003/03/12 02:02:04 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rol/rol-0.2.2.ebuild,v 1.2 2003/03/12 02:12:09 sethbc Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://unknown-days.com/rol/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="~x86" S="${WORKDIR}/${P}" |