Line 0
Link Here
|
|
|
1 |
diff -ru orig_portage/bin/dispatch-conf git_portage/bin/dispatch-conf |
2 |
--- orig_portage/bin/dispatch-conf 2008-11-15 07:09:35.000000000 +0100 |
Lines 10-16
Link Here
|
10 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" |
10 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" |
11 |
PROVIDE="virtual/portage" |
11 |
PROVIDE="virtual/portage" |
12 |
SLOT="0" |
12 |
SLOT="0" |
13 |
IUSE="build doc epydoc selinux linguas_pl" |
13 |
IUSE="build doc epydoc selinux linguas_pl git" |
14 |
|
14 |
|
15 |
python_dep=">=dev-lang/python-2.4" |
15 |
python_dep=">=dev-lang/python-2.4" |
16 |
|
16 |
|
Lines 26-32
Link Here
|
26 |
elibc_glibc? ( >=sys-apps/sandbox-1.2.17 !mips? ( >=sys-apps/sandbox-1.2.18.1-r2 ) ) |
26 |
elibc_glibc? ( >=sys-apps/sandbox-1.2.17 !mips? ( >=sys-apps/sandbox-1.2.18.1-r2 ) ) |
27 |
elibc_uclibc? ( >=sys-apps/sandbox-1.2.17 !mips? ( >=sys-apps/sandbox-1.2.18.1-r2 ) ) |
27 |
elibc_uclibc? ( >=sys-apps/sandbox-1.2.17 !mips? ( >=sys-apps/sandbox-1.2.18.1-r2 ) ) |
28 |
>=app-misc/pax-utils-0.1.17 |
28 |
>=app-misc/pax-utils-0.1.17 |
29 |
selinux? ( >=dev-python/python-selinux-2.16 )" |
29 |
selinux? ( >=dev-python/python-selinux-2.16 ) |
|
|
30 |
git? ( dev-util/git )" |
30 |
PDEPEND=" |
31 |
PDEPEND=" |
31 |
!build? ( |
32 |
!build? ( |
32 |
>=net-misc/rsync-2.6.4 |
33 |
>=net-misc/rsync-2.6.4 |
Lines 74-79
Link Here
|
74 |
einfo "Setting portage.VERSION to ${PVR} ..." |
75 |
einfo "Setting portage.VERSION to ${PVR} ..." |
75 |
sed -i "s/^VERSION=.*/VERSION=\"${PVR}\"/" pym/portage/__init__.py || \ |
76 |
sed -i "s/^VERSION=.*/VERSION=\"${PVR}\"/" pym/portage/__init__.py || \ |
76 |
die "Failed to patch portage.VERSION" |
77 |
die "Failed to patch portage.VERSION" |
|
|
78 |
|
79 |
if use git; then |
80 |
epatch "${FILESDIR}/git-dispatch-conf.patch" |
81 |
fi |
77 |
} |
82 |
} |
78 |
|
83 |
|
79 |
src_compile() { |
84 |
src_compile() { |