diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-12-14 23:17:27 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-12-14 23:17:27 +0000 |
commit | 14e4621cf9ec8659742b3ee8dbf17494470a54bf (patch) | |
tree | c5272cab9690d907d90e268fdd74e0e0c344d01d /sys-apps | |
parent | Stable for AMD64, wrt bug #393835 (diff) | |
download | gentoo-2-14e4621cf9ec8659742b3ee8dbf17494470a54bf.tar.gz gentoo-2-14e4621cf9ec8659742b3ee8dbf17494470a54bf.tar.bz2 gentoo-2-14e4621cf9ec8659742b3ee8dbf17494470a54bf.zip |
2.1.10.41 version bump. This fixes bug #390523 (revert emerge --quiet-build
default, as Gentoo's council has decided) and bug #394195 (use hardlinks to
simulate locks on filesystems that don't support real locks). Bug #381649
tracks all bugs fixed since portage-2.1.10.11.
(Portage version: 2.2.0_alpha81/cvs/Linux i686)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/ChangeLog | 11 | ||||
-rw-r--r-- | sys-apps/portage/portage-2.1.10.41.ebuild (renamed from sys-apps/portage/portage-2.1.10.39.ebuild) | 8 |
2 files changed, 14 insertions, 5 deletions
diff --git a/sys-apps/portage/ChangeLog b/sys-apps/portage/ChangeLog index 7c20749c2bf5..5f66fef5d721 100644 --- a/sys-apps/portage/ChangeLog +++ b/sys-apps/portage/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for sys-apps/portage # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.927 2011/12/11 20:18:53 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.928 2011/12/14 23:17:27 zmedico Exp $ + +*portage-2.1.10.41 (14 Dec 2011) + + 14 Dec 2011; Zac Medico <zmedico@gentoo.org> +portage-2.1.10.41.ebuild, + -portage-2.1.10.39.ebuild: + 2.1.10.41 version bump. This fixes bug #390523 (revert emerge --quiet-build + default, as Gentoo's council has decided) and bug #394195 (use hardlinks to + simulate locks on filesystems that don't support real locks). Bug #381649 + tracks all bugs fixed since portage-2.1.10.11. 11 Dec 2011; Zac Medico <zmedico@gentoo.org> portage-2.2.0_alpha80.ebuild, portage-9999.ebuild: diff --git a/sys-apps/portage/portage-2.1.10.39.ebuild b/sys-apps/portage/portage-2.1.10.41.ebuild index ab80bf8f800c..be5f02bdc1d2 100644 --- a/sys-apps/portage/portage-2.1.10.39.ebuild +++ b/sys-apps/portage/portage-2.1.10.41.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.10.39.ebuild,v 1.1 2011/11/27 21:38:49 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.10.41.ebuild,v 1.1 2011/12/14 23:17:27 zmedico Exp $ # Require EAPI 2 since we now require at least python-2.6 (for python 3 # syntax support) which also requires EAPI 2. @@ -28,14 +28,14 @@ DEPEND="${python_dep} !build? ( >=sys-apps/sed-4.0.5 ) doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 ) epydoc? ( >=dev-python/epydoc-2.0 !<=dev-python/pysqlite-2.4.1 )" - +# Require sandbox-2.2 for bug #288863. RDEPEND="${python_dep} !build? ( >=sys-apps/sed-4.0.5 >=app-shells/bash-3.2_p17 >=app-admin/eselect-1.2 ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) - elibc_glibc? ( >=sys-apps/sandbox-1.6 ) - elibc_uclibc? ( >=sys-apps/sandbox-1.6 ) + elibc_glibc? ( >=sys-apps/sandbox-2.2 ) + elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( || ( >=sys-libs/libselinux-2.0.94[python] <sys-libs/libselinux-2.0.94 ) ) !<app-shells/bash-3.2_p17 |