diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-06-03 14:05:16 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-06-03 14:05:16 +0000 |
commit | 367b62b7b900e2a4cc6c66c39fac9df3cf978a09 (patch) | |
tree | b862ed5ca12d1685712dcea6e49a9bdd964578eb /xfce-extra/xfce4-battery-plugin | |
parent | sci-visualization/gnuplot: Add workaround for prefix where we have no control... (diff) | |
download | historical-367b62b7b900e2a4cc6c66c39fac9df3cf978a09.tar.gz historical-367b62b7b900e2a4cc6c66c39fac9df3cf978a09.tar.bz2 historical-367b62b7b900e2a4cc6c66c39fac9df3cf978a09.zip |
Keyword ~mips
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-battery-plugin')
-rw-r--r-- | xfce-extra/xfce4-battery-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-battery-plugin/ChangeLog b/xfce-extra/xfce4-battery-plugin/ChangeLog index 0000a2ede489..fc2808774aa6 100644 --- a/xfce-extra/xfce4-battery-plugin/ChangeLog +++ b/xfce-extra/xfce4-battery-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-battery-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v 1.21 2012/05/22 06:41:17 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v 1.22 2012/06/03 14:02:48 blueness Exp $ + + 03 Jun 2012; Anthony G. Basile <blueness@gentoo.org> + xfce4-battery-plugin-1.0.4.ebuild: + Keyword ~mips 22 May 2012; Samuli Suominen <ssuominen@gentoo.org> -xfce4-battery-plugin-1.0.0-r1.ebuild, diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild index 1105d4503ad4..755d62e2e495 100644 --- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild +++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild,v 1.3 2012/05/22 05:14:35 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild,v 1.4 2012/06/03 14:02:48 blueness Exp $ EAPI=4 inherit linux-info xfconf @@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86" +KEYWORDS="amd64 ~arm ~mips ~ppc x86" IUSE="debug kernel_linux" RDEPEND=">=dev-libs/glib-2.24 |