diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-23 02:35:05 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-23 02:35:05 +0000 |
commit | 132bb971b2c27f4cacb98456165ea49aea4da32b (patch) | |
tree | e42bc63046a4a930332a0b4f5ed694c7097a20fc /lxde-base | |
parent | Add ~arm-linux and ~x86-linux keywords. (diff) | |
download | gentoo-2-132bb971b2c27f4cacb98456165ea49aea4da32b.tar.gz gentoo-2-132bb971b2c27f4cacb98456165ea49aea4da32b.tar.bz2 gentoo-2-132bb971b2c27f4cacb98456165ea49aea4da32b.zip |
Add ~arm-linux and ~x86-linux keywords.
(Portage version: 2.2.0_alpha163_p13/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'lxde-base')
-rw-r--r-- | lxde-base/lxsession/ChangeLog | 7 | ||||
-rw-r--r-- | lxde-base/lxsession/lxsession-0.4.6.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/lxde-base/lxsession/ChangeLog b/lxde-base/lxsession/ChangeLog index 3075573698f7..9b049cb50461 100644 --- a/lxde-base/lxsession/ChangeLog +++ b/lxde-base/lxsession/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for lxde-base/lxsession -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxsession/ChangeLog,v 1.39 2012/08/25 00:04:33 hwoarang Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxsession/ChangeLog,v 1.40 2013/02/23 02:35:05 zmedico Exp $ + + 23 Feb 2013; Zac Medico <zmedico@gentoo.org> lxsession-0.4.6.1.ebuild: + Add ~arm-linux and ~x86-linux keywords. 25 Aug 2012; Markos Chandras <hwoarang@gentoo.org> -lxsession-0.4.4.ebuild, -lxsession-0.4.5.ebuild: diff --git a/lxde-base/lxsession/lxsession-0.4.6.1.ebuild b/lxde-base/lxsession/lxsession-0.4.6.1.ebuild index ddfee408f136..5e925aefe0a0 100644 --- a/lxde-base/lxsession/lxsession-0.4.6.1.ebuild +++ b/lxde-base/lxsession/lxsession-0.4.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxsession/lxsession-0.4.6.1.ebuild,v 1.6 2012/06/05 01:03:43 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxsession/lxsession-0.4.6.1.ebuild,v 1.7 2013/02/23 02:35:05 zmedico Exp $ EAPI="4" @@ -9,7 +9,7 @@ HOMEPAGE="http://lxde.sf.net/" SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm ppc x86" +KEYWORDS="~alpha amd64 arm ppc x86 ~arm-linux ~x86-linux" SLOT="0" IUSE="nls udev" |