diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-04-11 18:18:35 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-04-11 18:18:35 +0000 |
commit | c5f31797e297d16a393414f29e5626b72baba2f7 (patch) | |
tree | d7361a64001e14e0602015a7156d858f279d1363 /sys-apps | |
parent | Replaced deprecated python_version (fixes bug 314553) and fixes html document... (diff) | |
download | gentoo-2-c5f31797e297d16a393414f29e5626b72baba2f7.tar.gz gentoo-2-c5f31797e297d16a393414f29e5626b72baba2f7.tar.bz2 gentoo-2-c5f31797e297d16a393414f29e5626b72baba2f7.zip |
Add ~alpha/~ia64/~sparc
(Portage version: 2.1.7.17/cvs/Linux ia64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/devicekit/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/devicekit/devicekit-003.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/devicekit/ChangeLog b/sys-apps/devicekit/ChangeLog index e4c16ca2c804..c9432506f71c 100644 --- a/sys-apps/devicekit/ChangeLog +++ b/sys-apps/devicekit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/devicekit -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/devicekit/ChangeLog,v 1.2 2009/09/12 10:09:15 eva Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/devicekit/ChangeLog,v 1.3 2010/04/11 18:18:35 armin76 Exp $ + + 11 Apr 2010; Raúl Porcel <armin76@gentoo.org> devicekit-003.ebuild: + Add ~alpha/~ia64/~sparc 12 Sep 2009; Gilles Dartiguelongue <eva@gentoo.org> devicekit-003.ebuild: Add missing dtd, bug #284429. diff --git a/sys-apps/devicekit/devicekit-003.ebuild b/sys-apps/devicekit/devicekit-003.ebuild index 81f309ee9d97..fa4f7ebdeea2 100644 --- a/sys-apps/devicekit/devicekit-003.ebuild +++ b/sys-apps/devicekit/devicekit-003.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/devicekit/devicekit-003.ebuild,v 1.2 2009/09/12 10:09:15 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/devicekit/devicekit-003.ebuild,v 1.3 2010/04/11 18:18:35 armin76 Exp $ EAPI="1" GCONF_DEBUG="no" @@ -15,7 +15,7 @@ SRC_URI="http://hal.freedesktop.org/releases/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" IUSE="doc" RDEPEND=">=dev-libs/glib-2.12 |