diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-05-22 16:03:43 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-05-22 16:03:43 +0000 |
commit | 1b7b57bb918efc3d018503b1ef2f4a6b80632cf5 (patch) | |
tree | 36b4cfe0565cf8d2ed2957e18babd0fb95a3725a /sys-apps/devicekit-disks | |
parent | Various cleanups. (diff) | |
download | gentoo-2-1b7b57bb918efc3d018503b1ef2f4a6b80632cf5.tar.gz gentoo-2-1b7b57bb918efc3d018503b1ef2f4a6b80632cf5.tar.bz2 gentoo-2-1b7b57bb918efc3d018503b1ef2f4a6b80632cf5.zip |
Add ~alpha/~ia64/~sparc wrt #313563
(Portage version: 2.1.8.3/cvs/Linux ia64, RepoMan options: --force)
Diffstat (limited to 'sys-apps/devicekit-disks')
-rw-r--r-- | sys-apps/devicekit-disks/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/devicekit-disks/devicekit-disks-009.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/devicekit-disks/ChangeLog b/sys-apps/devicekit-disks/ChangeLog index c5e4ac086971..8b606bcb2fff 100644 --- a/sys-apps/devicekit-disks/ChangeLog +++ b/sys-apps/devicekit-disks/ChangeLog @@ -1,6 +1,9 @@ # 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.4 2010/05/13 16:33:08 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/devicekit-disks/ChangeLog,v 1.5 2010/05/22 16:03:43 armin76 Exp $ + + 22 May 2010; Raúl Porcel <armin76@gentoo.org> devicekit-disks-009.ebuild: + Add ~alpha/~ia64/~sparc wrt #313563 13 May 2010; Joseph Jezak <josejx@gentoo.org> devicekit-disks-009.ebuild: Marked ~ppc for bug #309783. diff --git a/sys-apps/devicekit-disks/devicekit-disks-009.ebuild b/sys-apps/devicekit-disks/devicekit-disks-009.ebuild index a00b2b4033bc..636120783811 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.3 2010/05/13 16:33:08 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/devicekit-disks/devicekit-disks-009.ebuild,v 1.4 2010/05/22 16:03:43 armin76 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="amd64 ~ppc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="debug doc" # lvm2-2.02.48-r2 dep due to bug 270350 |