diff options
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/smart-live-rebuild/ChangeLog | 9 | ||||
-rw-r--r-- | app-portage/smart-live-rebuild/smart-live-rebuild-1.2.ebuild (renamed from app-portage/smart-live-rebuild/smart-live-rebuild-1.1.4.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog index 8da3546212cf..8df723b99844 100644 --- a/app-portage/smart-live-rebuild/ChangeLog +++ b/app-portage/smart-live-rebuild/ChangeLog @@ -1,6 +1,13 @@ # 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.28 2011/08/14 20:47:56 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.29 2011/08/31 08:22:23 mgorny Exp $ + +*smart-live-rebuild-1.2 (31 Aug 2011) + + 31 Aug 2011; Michał Górny <mgorny@gentoo.org> + -smart-live-rebuild-1.1.4.ebuild, +smart-live-rebuild-1.2.ebuild: + Version bump. The new version improves support for multiple packages sharing + the same repo (bugs #381075, #381137). *smart-live-rebuild-1.1.4 (14 Aug 2011) diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.4.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.ebuild index 450c2775f008..6f3220387dff 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.4.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.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.4.ebuild,v 1.1 2011/08/14 20:47:56 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.ebuild,v 1.1 2011/08/31 08:22:24 mgorny Exp $ EAPI=3 @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=app-portage/gentoopm-0.1.4" +RDEPEND=">=app-portage/gentoopm-0.2.1" PYTHON_MODNAME=smartliverebuild |