diff options
author | 2012-01-26 13:19:39 +0000 | |
---|---|---|
committer | 2012-01-26 13:19:39 +0000 | |
commit | f918d434ec166a55c550b124a3aa0b7914bca07c (patch) | |
tree | d4cebbf0ffe471fe378457142a82f210a9d3afa4 /sys-apps | |
parent | Remove vulnerable kernel versions. CVE-2012-0056. Bug #399243. (diff) | |
download | gentoo-2-f918d434ec166a55c550b124a3aa0b7914bca07c.tar.gz gentoo-2-f918d434ec166a55c550b124a3aa0b7914bca07c.tar.bz2 gentoo-2-f918d434ec166a55c550b124a3aa0b7914bca07c.zip |
Stable for AMD64, wrt bug #400559
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/portage/portage-2.1.10.44.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/portage/ChangeLog b/sys-apps/portage/ChangeLog index 6e7a9640669a..fed8d95f34c0 100644 --- a/sys-apps/portage/ChangeLog +++ b/sys-apps/portage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/portage # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.947 2012/01/15 17:57:38 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.948 2012/01/26 13:19:39 ago Exp $ + + 26 Jan 2012; Agostino Sarubbo <ago@gentoo.org> portage-2.1.10.44.ebuild: + Stable for AMD64, wrt bug #400559 15 Jan 2012; Raúl Porcel <armin76@gentoo.org> portage-2.1.10.41.ebuild: sh stable diff --git a/sys-apps/portage/portage-2.1.10.44.ebuild b/sys-apps/portage/portage-2.1.10.44.ebuild index 59c3ba8403ae..791c1e9e9d75 100644 --- a/sys-apps/portage/portage-2.1.10.44.ebuild +++ b/sys-apps/portage/portage-2.1.10.44.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.44.ebuild,v 1.1 2011/12/28 09:00:39 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.10.44.ebuild,v 1.2 2012/01/26 13:19:39 ago Exp $ # Require EAPI 2 since we now require at least python-2.6 (for python 3 # syntax support) which also requires EAPI 2. @@ -10,7 +10,7 @@ inherit eutils multilib python DESCRIPTION="Portage is the package management and distribution system for Gentoo" HOMEPAGE="http://www.gentoo.org/proj/en/portage/index.xml" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" SLOT="0" IUSE="build doc epydoc +ipc linguas_pl python2 python3 selinux" |