Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308341
Collapse All | Expand All

(-)file_not_specified_in_diff (-7 / +15 lines)
Line 5 Link Here
5
6
#I do not know if this will work with any python version older than 2.6.4-r1 as I do not have an
7
#older version to test on. The same question applies to Python 3.
8
PYTHON_DEPEND="2:2.6"
9
Line 7 Link Here
12
inherit python
13
Lines 8-9 Link Here
8
HOMEPAGE="http://www.azstarnet.com/~donut/programs/index_s.html#ssh-multiadd"
15
HOMEPAGE="http://www.ibiblio.org/pub/Linux/system/network/telnet"
9
SRC_URI="http://www.azstarnet.com/~donut/programs/ssh-multiadd/${P}.tar.gz"
16
SRC_URI="http://www.ibiblio.org/pub/Linux/system/network/telnet/${P}.tar.gz"
10
--
Line 13 Link Here
13
KEYWORDS="~amd64 ppc sparc x86"
20
KEYWORDS="~amd64 ppc sparc ~x86"
14
--
Line 25 Link Here
32
src_prepare() {
33
	      python_convert_shebangs 2 ./ssh-multiadd
34
}
35
Line 28 Link Here
28
	dodoc ChangeLog README todo
39
	dodoc README todo
29
--

Return to bug 308341