diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-26 13:38:56 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-26 13:38:56 +0000 |
commit | 9baa1b2407c844820d31a689d7716a72d1690158 (patch) | |
tree | 8a04f4706918ffb0c3d615e2eb96a5bf92e15323 /app-portage | |
parent | Stable for arm, wrt bug #452950 (diff) | |
download | gentoo-2-9baa1b2407c844820d31a689d7716a72d1690158.tar.gz gentoo-2-9baa1b2407c844820d31a689d7716a72d1690158.tar.bz2 gentoo-2-9baa1b2407c844820d31a689d7716a72d1690158.zip |
Stable for arm, wrt bug #453848
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
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 5ee8060806c9..b3aad418c35e 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.48 2013/01/09 21:40:28 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.49 2013/01/26 13:38:56 ago Exp $ + + 26 Jan 2013; Agostino Sarubbo <ago@gentoo.org> smart-live-rebuild-1.3.ebuild: + Stable for arm, wrt bug #453848 09 Jan 2013; Rick Farina <zerochaos@gentoo.org> 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 eb4383cdb341..9adb674820d0 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-2013 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.5 2013/01/09 21:40:28 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.ebuild,v 1.6 2013/01/26 13:38:56 ago 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 ~arm ~mips x86 ~x86-fbsd" +KEYWORDS="amd64 arm ~mips x86 ~x86-fbsd" IUSE="" RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]" |