diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-07-22 13:33:25 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-07-22 13:33:25 +0000 |
commit | 4b7c4a4bc845dacf2bb68e6845c2780bdfe8b23a (patch) | |
tree | 657e36d54f72327c1a1b96da235fc041f0dae49d /app-portage | |
parent | Version bump. The new version introduces new package property API. (diff) | |
download | gentoo-2-4b7c4a4bc845dacf2bb68e6845c2780bdfe8b23a.tar.gz gentoo-2-4b7c4a4bc845dacf2bb68e6845c2780bdfe8b23a.tar.bz2 gentoo-2-4b7c4a4bc845dacf2bb68e6845c2780bdfe8b23a.zip |
Version bump. The new version uses new gentoopm API and fixes quickpkg invocation.
(Portage version: 2.2.0_alpha46_p2/cvs/Linux x86_64)
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.1.2.ebuild (renamed from app-portage/smart-live-rebuild/smart-live-rebuild-1.1.1.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 46c9d2b1fc6f..854121ee96aa 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.24 2011/07/20 08:27:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.25 2011/07/22 13:33:25 mgorny Exp $ + +*smart-live-rebuild-1.1.2 (22 Jul 2011) + + 22 Jul 2011; Michał Górny <mgorny@gentoo.org> + -smart-live-rebuild-1.1.1.ebuild, +smart-live-rebuild-1.1.2.ebuild: + Version bump. The new version uses new gentoopm API and fixes quickpkg + invocation. 20 Jul 2011; Michał Górny <mgorny@gentoo.org> smart-live-rebuild-1.1.1.ebuild: diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.1.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.2.ebuild index 4440241a80f6..50de9e71b1d7 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.1.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.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.1.ebuild,v 1.2 2011/07/20 08:27:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.2.ebuild,v 1.1 2011/07/22 13:33:25 mgorny Exp $ EAPI=3 @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="<app-portage/gentoopm-0.1.3" +RDEPEND=">=app-portage/gentoopm-0.1.3" PYTHON_MODNAME=smartliverebuild |