diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-07-17 22:36:32 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-07-17 22:36:32 +0000 |
commit | 00f5f7c8736f05ea11804a01249086973a9c9809 (patch) | |
tree | 6e4ea6652be5180edeb8316d6feb72bdb85a2860 /app-portage | |
parent | Revision bump to fix locating osm-icons. Should fix bug #375049. (diff) | |
download | gentoo-2-00f5f7c8736f05ea11804a01249086973a9c9809.tar.gz gentoo-2-00f5f7c8736f05ea11804a01249086973a9c9809.tar.bz2 gentoo-2-00f5f7c8736f05ea11804a01249086973a9c9809.zip |
Version bump. The new version fixes compat with newer gentoopm, in order to fix bug #375463.
(Portage version: 2.2.0_alpha45_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.1.ebuild (renamed from app-portage/smart-live-rebuild/smart-live-rebuild-1.1.ebuild) | 6 |
2 files changed, 11 insertions, 4 deletions
diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog index 1f7971c90e14..2e03ec72c540 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.22 2011/07/17 13:21:25 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.23 2011/07/17 22:36:32 mgorny Exp $ + +*smart-live-rebuild-1.1.1 (17 Jul 2011) + + 17 Jul 2011; Michał Górny <mgorny@gentoo.org> + -smart-live-rebuild-1.1.ebuild, +smart-live-rebuild-1.1.1.ebuild: + Version bump. The new version fixes compat with newer gentoopm, in order to + fix bug #375463. 17 Jul 2011; Michał Górny <mgorny@gentoo.org> smart-live-rebuild-1.1.ebuild: diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.1.ebuild index 629e5db7392f..1ef7cd2a6459 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.1.1.ebuild @@ -1,13 +1,13 @@ # 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.ebuild,v 1.2 2011/07/17 13:21:25 mgorny Exp $ +# $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 $ EAPI=3 PYTHON_DEPEND='*:2.6' SUPPORT_PYTHON_ABIS=1 RESTRICT_PYTHON_ABIS='2.4 2.5' -DISTUTILS_SRC_TEST=setup.py +#DISTUTILS_SRC_TEST=setup.py inherit base distutils @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="~app-portage/gentoopm-0.1" +RDEPEND="app-portage/gentoopm" PYTHON_MODNAME=smartliverebuild |