diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-08-14 13:04:47 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-08-14 13:04:47 +0000 |
commit | 7de4b01a993c49c6de973864f2a11f3a7fe61e27 (patch) | |
tree | 4b27674448e0c9b8aba4a168f9811ec5c65fb3e7 /app-portage | |
parent | sci-mathematics/snns blocker is no longer required as per bug 248322 (diff) | |
download | gentoo-2-7de4b01a993c49c6de973864f2a11f3a7fe61e27.tar.gz gentoo-2-7de4b01a993c49c6de973864f2a11f3a7fe61e27.tar.bz2 gentoo-2-7de4b01a993c49c6de973864f2a11f3a7fe61e27.zip |
Restrict gentoopm due to bug in slr.
(Portage version: 2.2.0_alpha51_p3/cvs/Linux x86_64)
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.1.3.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog index d9323d7d430f..fd0ebfc18256 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.26 2011/08/13 11:28:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.27 2011/08/14 13:04:47 mgorny Exp $ + + 14 Aug 2011; Michał Górny <mgorny@gentoo.org> + smart-live-rebuild-1.1.3.ebuild: + Restrict gentoopm due to bug in slr. *smart-live-rebuild-1.1.3 (13 Aug 2011) diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.3.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.3.ebuild index 123b6ec50306..4c75937eefeb 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.3.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.3.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/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.3.ebuild,v 1.1 2011/08/13 11:28:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.3.ebuild,v 1.2 2011/08/14 13:04:47 mgorny Exp $ EAPI=3 @@ -20,7 +20,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=app-portage/gentoopm-0.1.4" +RDEPEND=">=app-portage/gentoopm-0.1.4 + <app-portage/gentoopm-0.2" PYTHON_MODNAME=smartliverebuild |