diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-07-20 08:27:55 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-07-20 08:27:55 +0000 |
commit | 8dc925f59fb861b1212dace0f271a4d415cf9d0d (patch) | |
tree | be3988adeb2b33f65ca7d8a17cce795c03b9da71 /app-portage | |
parent | Version bump. (diff) | |
download | gentoo-2-8dc925f59fb861b1212dace0f271a4d415cf9d0d.tar.gz gentoo-2-8dc925f59fb861b1212dace0f271a4d415cf9d0d.tar.bz2 gentoo-2-8dc925f59fb861b1212dace0f271a4d415cf9d0d.zip |
Update gentoopm dep.
(Portage version: 2.2.0_alpha45_p14/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.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 2e03ec72c540..46c9d2b1fc6f 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.23 2011/07/17 22:36:32 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.24 2011/07/20 08:27:55 mgorny Exp $ + + 20 Jul 2011; Michał Górny <mgorny@gentoo.org> + smart-live-rebuild-1.1.1.ebuild: + Update gentoopm dep. *smart-live-rebuild-1.1.1 (17 Jul 2011) 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.1.ebuild index 1ef7cd2a6459..4440241a80f6 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.1.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.1 2011/07/17 22:36:32 mgorny Exp $ +# $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 $ EAPI=3 @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="app-portage/gentoopm" +RDEPEND="<app-portage/gentoopm-0.1.3" PYTHON_MODNAME=smartliverebuild |