Gentoo Archives: gentoo-user

From: Dirk Uys <dirkcuys@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] package.keywords syntax?
Date: Thu, 30 Oct 2008 11:00:30
Message-Id: 79e3aefb0810300400o380f73f2q76dbb268c434fb5c@mail.gmail.com
In Reply to: Re: [gentoo-user] package.keywords syntax? by Dirk Uys
1 To back myself up:
2
3 <file name="why_no.py">
4 #!/usr/bin/python
5
6 import random
7
8 for i in range(1,10000):
9 if random.random() < 0.001:
10 print "rare"
11 if malformed < beast:
12 print "kick me in the ..."
13 else:
14 print "whatever"
15 </file>
16
17 Regards
18 Dirk

Replies

Subject Author
Re: [gentoo-user] package.keywords syntax? Jorge Peixoto de Morais Neto <please.no.spam.here@×××××.com>