diff options
author | 2014-12-27 19:32:02 +0000 | |
---|---|---|
committer | 2014-12-27 19:32:02 +0000 | |
commit | 4b4cebde2bbefb5a7faf538c7bd7fccace5fb4d6 (patch) | |
tree | 869b23d944e1e530f1bc3d17577d6807f83a4d81 /app-portage | |
parent | Mask jemalloc USE flag since dev-libs/jemalloc is not yet keyworded. Added fo... (diff) | |
download | gentoo-2-4b4cebde2bbefb5a7faf538c7bd7fccace5fb4d6.tar.gz gentoo-2-4b4cebde2bbefb5a7faf538c7bd7fccace5fb4d6.tar.bz2 gentoo-2-4b4cebde2bbefb5a7faf538c7bd7fccace5fb4d6.zip |
Stable for amd64, wrt bug #530268
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/smart-live-rebuild/ChangeLog | 6 | ||||
-rw-r--r-- | app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog index fcce99869081..9f7262fc84b7 100644 --- a/app-portage/smart-live-rebuild/ChangeLog +++ b/app-portage/smart-live-rebuild/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/smart-live-rebuild # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.68 2014/12/16 20:38:21 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.69 2014/12/27 19:32:02 ago Exp $ + + 27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> + smart-live-rebuild-1.3.4.1.ebuild: + Stable for amd64, wrt bug #530268 16 Dec 2014; Markus Meier <maekke@gentoo.org> smart-live-rebuild-1.3.4.1.ebuild: diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild index f9631d28a585..57547a871a73 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.4.1.ebuild,v 1.2 2014/12/16 20:38:21 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild,v 1.3 2014/12/27 19:32:02 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) @@ -13,7 +13,7 @@ SRC_URI="https://www.bitbucket.org/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}]" |