diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-30 18:37:46 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-30 18:37:46 +0000 |
commit | 7650a59704c50cab005140d376a8cc7820010a05 (patch) | |
tree | af2c2fbb2f137ea8561f7af03256c408c793e03e /sys-auth | |
parent | alpha/sparc stable wrt #350683 (diff) | |
download | gentoo-2-7650a59704c50cab005140d376a8cc7820010a05.tar.gz gentoo-2-7650a59704c50cab005140d376a8cc7820010a05.tar.bz2 gentoo-2-7650a59704c50cab005140d376a8cc7820010a05.zip |
Move to eapi 3.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit-kde/ChangeLog | 8 | ||||
-rw-r--r-- | sys-auth/polkit-kde/polkit-kde-0.95.1-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-auth/polkit-kde/ChangeLog b/sys-auth/polkit-kde/ChangeLog index 805832a0934a..9cf44ef5cf9f 100644 --- a/sys-auth/polkit-kde/ChangeLog +++ b/sys-auth/polkit-kde/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/polkit-kde -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde/ChangeLog,v 1.11 2010/09/13 14:03:50 josejx Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde/ChangeLog,v 1.12 2011/01/30 18:37:46 scarabeus Exp $ + + 30 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> + polkit-kde-0.95.1-r1.ebuild: + Move to eapi 3. 13 Sep 2010; Joseph Jezak <josejx@gentoo.org> polkit-kde-0.95.1-r1.ebuild: Reverted to ~ppc64 since the KDE team does not want ppc64 to have a stable diff --git a/sys-auth/polkit-kde/polkit-kde-0.95.1-r1.ebuild b/sys-auth/polkit-kde/polkit-kde-0.95.1-r1.ebuild index 14ad12d74de2..95c0bcb04a04 100644 --- a/sys-auth/polkit-kde/polkit-kde-0.95.1-r1.ebuild +++ b/sys-auth/polkit-kde/polkit-kde-0.95.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde/polkit-kde-0.95.1-r1.ebuild,v 1.6 2010/09/13 14:03:50 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde/polkit-kde-0.95.1-r1.ebuild,v 1.7 2011/01/30 18:37:46 scarabeus Exp $ -EAPI="2" +EAPI=3 if [[ ${PV} = *9999* ]]; then KMNAME="extragear/base" |