diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-22 20:49:54 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-22 20:49:54 +0000 |
commit | 60590447dbc3cd3fd65279f4f85c3fe42bcdf2ca (patch) | |
tree | 33f38b5cbf4db2c06842c9641a8559ff7410d15b | |
parent | Update blocker against old-style virtual, bug 359125. (diff) | |
download | gentoo-2-60590447dbc3cd3fd65279f4f85c3fe42bcdf2ca.tar.gz gentoo-2-60590447dbc3cd3fd65279f4f85c3fe42bcdf2ca.tar.bz2 gentoo-2-60590447dbc3cd3fd65279f4f85c3fe42bcdf2ca.zip |
ppc/ppc64 stable wrt #358407
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
-rw-r--r-- | xfce-extra/xfce4-cpufreq-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.0.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-cpufreq-plugin/ChangeLog b/xfce-extra/xfce4-cpufreq-plugin/ChangeLog index 73a9bb1e80fe..23fff0aeb02d 100644 --- a/xfce-extra/xfce4-cpufreq-plugin/ChangeLog +++ b/xfce-extra/xfce4-cpufreq-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-cpufreq-plugin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpufreq-plugin/ChangeLog,v 1.4 2011/03/22 10:41:16 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpufreq-plugin/ChangeLog,v 1.5 2011/03/22 20:49:54 xarthisius Exp $ + + 22 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> + xfce4-cpufreq-plugin-1.0.0.ebuild: + ppc/ppc64 stable wrt #358407 22 Mar 2011; Thomas Kahle <tomka@gentoo.org> xfce4-cpufreq-plugin-1.0.0.ebuild: diff --git a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.0.0.ebuild b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.0.0.ebuild index 743f92c3d9a8..9e00cfb009e6 100644 --- a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.0.0.ebuild +++ b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.0.0.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/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.0.0.ebuild,v 1.3 2011/03/22 10:41:16 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.0.0.ebuild,v 1.4 2011/03/22 20:49:54 xarthisius Exp $ EAPI=3 inherit xfconf @@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.0/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.6:2 |