diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-23 02:20:39 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-23 02:20:39 +0000 |
commit | eed7a7270e194a0ba472ec8b743ec4549284a54f (patch) | |
tree | e1a266833260983d57d4091e1152a35fd4996d37 /lxde-base | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-eed7a7270e194a0ba472ec8b743ec4549284a54f.tar.gz gentoo-2-eed7a7270e194a0ba472ec8b743ec4549284a54f.tar.bz2 gentoo-2-eed7a7270e194a0ba472ec8b743ec4549284a54f.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/lxde-common/ChangeLog | 7 | ||||
-rw-r--r-- | lxde-base/lxde-common/lxde-common-0.5.5-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/lxde-base/lxde-common/ChangeLog b/lxde-base/lxde-common/ChangeLog index d8d6397522f0..4b2dd4f9eeb7 100644 --- a/lxde-base/lxde-common/ChangeLog +++ b/lxde-base/lxde-common/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for lxde-base/lxde-common -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.38 2012/10/15 18:30:03 hwoarang Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.39 2013/02/23 02:20:39 zmedico Exp $ + + 23 Feb 2013; Zac Medico <zmedico@gentoo.org> lxde-common-0.5.5-r3.ebuild: + Add ~arm-linux and ~x86-linux keywords. *lxde-common-0.5.5-r3 (15 Oct 2012) diff --git a/lxde-base/lxde-common/lxde-common-0.5.5-r3.ebuild b/lxde-base/lxde-common/lxde-common-0.5.5-r3.ebuild index b15dd9828390..458b479fe8e2 100644 --- a/lxde-base/lxde-common/lxde-common-0.5.5-r3.ebuild +++ b/lxde-base/lxde-common/lxde-common-0.5.5-r3.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/lxde-common/lxde-common-0.5.5-r3.ebuild,v 1.1 2012/10/15 18:30:03 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.5-r3.ebuild,v 1.2 2013/02/23 02:20:39 zmedico Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ppc x86" +KEYWORDS="~alpha amd64 arm ppc x86 ~arm-linux ~x86-linux" IUSE="" RDEPEND="x11-libs/gtk+:2" |