diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-10 18:39:24 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-10 18:39:24 +0000 |
commit | e7f86cd78d5d9a238b901c3671881bcc96802c43 (patch) | |
tree | 395c8324116df62dd9ea36686e9f91c6ac201050 /app-portage | |
parent | Fix openmotif dependency. (diff) | |
download | gentoo-2-e7f86cd78d5d9a238b901c3671881bcc96802c43.tar.gz gentoo-2-e7f86cd78d5d9a238b901c3671881bcc96802c43.tar.bz2 gentoo-2-e7f86cd78d5d9a238b901c3671881bcc96802c43.zip |
Update EAPI. Don't inherit python.eclass twice.
(Portage version: 2.2_rc91_p7/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-0.6.1.1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog index 4e3e06de8f32..8dc1c705e32d 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.1 2010/10/04 17:50:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.2 2010/10/10 18:39:24 arfrever Exp $ + + 10 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + smart-live-rebuild-0.6.1.1.ebuild: + Update EAPI. Don't inherit python.eclass twice. *smart-live-rebuild-0.6.1.1 (04 Oct 2010) diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.1.1.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.1.1.ebuild index b5638ef5b1e8..ff65ad359a75 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.1.1.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.1.1.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2010 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-0.6.1.1.ebuild,v 1.1 2010/10/04 17:50:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.1.1.ebuild,v 1.2 2010/10/10 18:39:24 arfrever Exp $ +EAPI="3" PYTHON_DEPEND='*:2.6' SUPPORT_PYTHON_ABIS=1 RESTRICT_PYTHON_ABIS='2.4 2.5' -inherit distutils python +inherit distutils DESCRIPTION="Check live packages for updates and emerge them as necessary" HOMEPAGE="http://github.com/mgorny/smart-live-rebuild/" |