diff options
author | 2012-12-31 23:18:23 +0000 | |
---|---|---|
committer | 2012-12-31 23:18:23 +0000 | |
commit | 60a983cb14e545eb5a8a58779c33b74b7bbc82ec (patch) | |
tree | 5688a4c5c0ea1ddeaee4749d570449fc34da6cf6 /app-portage | |
parent | Version bump due to security advisory ASA-2012-12-31 (diff) | |
download | gentoo-2-60a983cb14e545eb5a8a58779c33b74b7bbc82ec.tar.gz gentoo-2-60a983cb14e545eb5a8a58779c33b74b7bbc82ec.tar.bz2 gentoo-2-60a983cb14e545eb5a8a58779c33b74b7bbc82ec.zip |
marked x86 per bug 446406
(Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 23E9E900)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/smart-live-rebuild/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/smart-live-rebuild/smart-live-rebuild-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog index 74b5390d7555..43dd19519484 100644 --- a/app-portage/smart-live-rebuild/ChangeLog +++ b/app-portage/smart-live-rebuild/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/smart-live-rebuild # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.46 2012/12/17 20:02:37 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.47 2012/12/31 23:18:23 jdhore Exp $ + + 31 Dec 2012; Jeff Horelick <jdhore@gentoo.org> smart-live-rebuild-1.3.ebuild: + marked x86 per bug 446406 17 Dec 2012; Michał Górny <mgorny@gentoo.org> smart-live-rebuild-1.2.5.ebuild, smart-live-rebuild-1.3.ebuild, smart-live-rebuild-9999.ebuild: diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.ebuild index 881b47c91c92..d0ff4217b0ae 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.ebuild,v 1.3 2012/12/17 20:02:37 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.ebuild,v 1.4 2012/12/31 23:18:23 jdhore Exp $ EAPI=5 PYTHON_COMPAT=(python2_6 python2_7 python3_1 python3_2) @@ -13,7 +13,7 @@ SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~mips ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~mips x86 ~x86-fbsd" IUSE="" RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]" |