diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-08-14 20:47:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-08-14 20:47:56 +0000 |
commit | 21987e6f09ea968fdf466c71ea1a1f4a247e42aa (patch) | |
tree | a2dfb4c74f8214169f1bf5fe7422a56d88d47e95 /app-portage | |
parent | Use elog for user facing messages #378585 by William Throwe. (diff) | |
download | gentoo-2-21987e6f09ea968fdf466c71ea1a1f4a247e42aa.tar.gz gentoo-2-21987e6f09ea968fdf466c71ea1a1f4a247e42aa.tar.bz2 gentoo-2-21987e6f09ea968fdf466c71ea1a1f4a247e42aa.zip |
Version bump due to gentoopm-0.2 compatibility bug.
(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 | 8 | ||||
-rw-r--r-- | app-portage/smart-live-rebuild/smart-live-rebuild-1.1.4.ebuild (renamed from app-portage/smart-live-rebuild/smart-live-rebuild-1.1.3.ebuild) | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog index fd0ebfc18256..8da3546212cf 100644 --- a/app-portage/smart-live-rebuild/ChangeLog +++ b/app-portage/smart-live-rebuild/ChangeLog @@ -1,6 +1,12 @@ # 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.27 2011/08/14 13:04:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.28 2011/08/14 20:47:56 mgorny Exp $ + +*smart-live-rebuild-1.1.4 (14 Aug 2011) + + 14 Aug 2011; Michał Górny <mgorny@gentoo.org> + -smart-live-rebuild-1.1.3.ebuild, +smart-live-rebuild-1.1.4.ebuild: + Version bump due to gentoopm-0.2 compatibility bug. 14 Aug 2011; Michał Górny <mgorny@gentoo.org> smart-live-rebuild-1.1.3.ebuild: 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.4.ebuild index 4c75937eefeb..450c2775f008 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.4.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.2 2011/08/14 13:04:47 mgorny Exp $ +# $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 $ EAPI=3 @@ -20,8 +20,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=app-portage/gentoopm-0.1.4 - <app-portage/gentoopm-0.2" +RDEPEND=">=app-portage/gentoopm-0.1.4" PYTHON_MODNAME=smartliverebuild |