diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-06 12:59:36 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-06 12:59:36 +0000 |
commit | ad6f35a6e6373ca9b73689ab1ac767778e1a85b5 (patch) | |
tree | 38570741d2e7ebe78e76aa659535f238c7a442ab /sys-apps/devicekit-disks | |
parent | Keyword ~ppc64 wrt #313563 (diff) | |
download | gentoo-2-ad6f35a6e6373ca9b73689ab1ac767778e1a85b5.tar.gz gentoo-2-ad6f35a6e6373ca9b73689ab1ac767778e1a85b5.tar.bz2 gentoo-2-ad6f35a6e6373ca9b73689ab1ac767778e1a85b5.zip |
Keyword ~ppc64 wrt #313563
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/devicekit-disks')
-rw-r--r-- | sys-apps/devicekit-disks/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/devicekit-disks/devicekit-disks-009.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/devicekit-disks/ChangeLog b/sys-apps/devicekit-disks/ChangeLog index 734b869e91be..52b668c6b9a2 100644 --- a/sys-apps/devicekit-disks/ChangeLog +++ b/sys-apps/devicekit-disks/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/devicekit-disks # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/devicekit-disks/ChangeLog,v 1.7 2010/06/04 21:05:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/devicekit-disks/ChangeLog,v 1.8 2010/07/06 12:59:36 ssuominen Exp $ + + 06 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> + devicekit-disks-009.ebuild: + Keyword ~ppc64 wrt #313563 04 Jun 2010; Markus Meier <maekke@gentoo.org> devicekit-disks-009.ebuild: x86 stable, bug #314899 diff --git a/sys-apps/devicekit-disks/devicekit-disks-009.ebuild b/sys-apps/devicekit-disks/devicekit-disks-009.ebuild index fe028e6eb777..4f56e284e9f1 100644 --- a/sys-apps/devicekit-disks/devicekit-disks-009.ebuild +++ b/sys-apps/devicekit-disks/devicekit-disks-009.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/devicekit-disks/devicekit-disks-009.ebuild,v 1.6 2010/06/04 21:05:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/devicekit-disks/devicekit-disks-009.ebuild,v 1.7 2010/07/06 12:59:36 ssuominen Exp $ EAPI="2" @@ -14,7 +14,7 @@ SRC_URI="http://hal.freedesktop.org/releases/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86" IUSE="debug doc" # lvm2-2.02.48-r2 dep due to bug 270350 |