Lars Strojny commited on 2007-03-18 20:27:59
Zeige 1 geänderte Dateien mit 2 Einfügungen und 3 Löschungen.
| ... | ... |
@@ -1,4 +1,4 @@ |
| 1 |
-# Copyright 1999-2006 Gentoo Foundation |
|
| 1 |
+# Copyright 1999-2007 Gentoo Foundation |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 |
# $Header: $ |
| 4 | 4 |
|
| ... | ... |
@@ -19,8 +19,7 @@ pytransport_is_subversion() {
|
| 19 | 19 |
} |
| 20 | 20 |
|
| 21 | 21 |
pytransport_is_subversion && S=${WORKDIR}/${PN}
|
| 22 |
-pytransport_is_subversion && SLOT=9999 |
|
| 23 |
-pytransport_is_subversion || SLOT=1 |
|
| 22 |
+SLOT=0 |
|
| 24 | 23 |
|
| 25 | 24 |
if pytransport_is_subversion; then |
| 26 | 25 |
inherit subversion |
| 27 | 26 |