diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-12-17 20:02:40 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-12-17 20:02:40 +0000 |
commit | ab5132e4bf68486f700ce729f290a776fc5c83a7 (patch) | |
tree | a43d82a6908f26507ac7a281c9fe499452a2aa0e /app-portage | |
parent | Bump to EAPI=5 to make Paludis happy, bug #447524. (diff) | |
download | gentoo-2-ab5132e4bf68486f700ce729f290a776fc5c83a7.tar.gz gentoo-2-ab5132e4bf68486f700ce729f290a776fc5c83a7.tar.bz2 gentoo-2-ab5132e4bf68486f700ce729f290a776fc5c83a7.zip |
Bump to EAPI=5 to make Paludis happy, bug #447524.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/install-mask/ChangeLog | 6 | ||||
-rw-r--r-- | app-portage/install-mask/install-mask-0.0.2-r2.ebuild | 4 | ||||
-rw-r--r-- | app-portage/install-mask/install-mask-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-portage/install-mask/ChangeLog b/app-portage/install-mask/ChangeLog index c875e288c092..d1f0d7c6fd08 100644 --- a/app-portage/install-mask/ChangeLog +++ b/app-portage/install-mask/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/install-mask # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/ChangeLog,v 1.16 2012/12/15 12:38:06 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/ChangeLog,v 1.17 2012/12/17 20:02:40 mgorny Exp $ + + 17 Dec 2012; Michał Górny <mgorny@gentoo.org> install-mask-0.0.2-r2.ebuild, + install-mask-9999.ebuild: + Bump to EAPI=5 to make Paludis happy, bug #447524. *install-mask-9999 (15 Dec 2012) diff --git a/app-portage/install-mask/install-mask-0.0.2-r2.ebuild b/app-portage/install-mask/install-mask-0.0.2-r2.ebuild index ebfbd55af188..9e42767a4e4c 100644 --- a/app-portage/install-mask/install-mask-0.0.2-r2.ebuild +++ b/app-portage/install-mask/install-mask-0.0.2-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/install-mask-0.0.2-r2.ebuild,v 1.4 2012/12/09 23:11:33 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/install-mask-0.0.2-r2.ebuild,v 1.5 2012/12/17 20:02:40 mgorny Exp $ -EAPI=4 +EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) inherit distutils-r1 diff --git a/app-portage/install-mask/install-mask-9999.ebuild b/app-portage/install-mask/install-mask-9999.ebuild index 16882ec743dd..889aeb77cdcc 100644 --- a/app-portage/install-mask/install-mask-9999.ebuild +++ b/app-portage/install-mask/install-mask-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/install-mask-9999.ebuild,v 1.1 2012/12/15 12:38:06 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/install-mask/install-mask-9999.ebuild,v 1.2 2012/12/17 20:02:40 mgorny Exp $ -EAPI=4 +EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) inherit distutils-r1 |