diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-06-05 18:52:01 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-06-05 18:52:01 +0000 |
commit | 308b63d91301850b3fcaccb6e77cedead3cc9264 (patch) | |
tree | a6aabebf4a29019ba3c016d50c25a24e7b2c11a4 /sys-power/sispmctl | |
parent | arm stable wrt #300823 (diff) | |
download | gentoo-2-308b63d91301850b3fcaccb6e77cedead3cc9264.tar.gz gentoo-2-308b63d91301850b3fcaccb6e77cedead3cc9264.tar.bz2 gentoo-2-308b63d91301850b3fcaccb6e77cedead3cc9264.zip |
Add ~arm wrt #314561
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'sys-power/sispmctl')
-rw-r--r-- | sys-power/sispmctl/ChangeLog | 7 | ||||
-rw-r--r-- | sys-power/sispmctl/sispmctl-2.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-power/sispmctl/ChangeLog b/sys-power/sispmctl/ChangeLog index fc8bfcdb832d..c71fcf073bda 100644 --- a/sys-power/sispmctl/ChangeLog +++ b/sys-power/sispmctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-power/sispmctl -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/sispmctl/ChangeLog,v 1.6 2008/06/01 09:11:18 wschlich Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-power/sispmctl/ChangeLog,v 1.7 2010/06/05 18:52:01 armin76 Exp $ + + 05 Jun 2010; Raúl Porcel <armin76@gentoo.org> sispmctl-2.7.ebuild: + Add ~arm wrt #314561 01 Jun 2008; Wolfram Schlich <wschlich@gentoo.org> sispmctl-2.7.ebuild: add missing IUSE as per bug #224375 diff --git a/sys-power/sispmctl/sispmctl-2.7.ebuild b/sys-power/sispmctl/sispmctl-2.7.ebuild index 346e23460519..91957eda046d 100644 --- a/sys-power/sispmctl/sispmctl-2.7.ebuild +++ b/sys-power/sispmctl/sispmctl-2.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/sispmctl/sispmctl-2.7.ebuild,v 1.2 2008/06/01 09:11:18 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/sispmctl/sispmctl-2.7.ebuild,v 1.3 2010/06/05 18:52:01 armin76 Exp $ IUSE="" DESCRIPTION="GEMBIRD SiS-PM control utility" @@ -8,7 +8,7 @@ HOMEPAGE="http://sispmctl.sourceforge.net/" SRC_URI="mirror://sourceforge/sispmctl/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~arm ~x86" DEPEND=">=dev-libs/libusb-0.1.8" src_compile() { |