diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-23 02:09:53 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-23 02:09:53 +0000 |
commit | af91d8169f813f13e97da829a3c16cc2b0beda20 (patch) | |
tree | 7a4f55247af2b9c41a901d487ccf684d189e36ee /lxde-base | |
parent | Add ~arm-linux and ~x86-linux keywords. (diff) | |
download | gentoo-2-af91d8169f813f13e97da829a3c16cc2b0beda20.tar.gz gentoo-2-af91d8169f813f13e97da829a3c16cc2b0beda20.tar.bz2 gentoo-2-af91d8169f813f13e97da829a3c16cc2b0beda20.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/lxtask/ChangeLog | 7 | ||||
-rw-r--r-- | lxde-base/lxtask/lxtask-0.1.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/lxde-base/lxtask/ChangeLog b/lxde-base/lxtask/ChangeLog index 1705e9d84564..8f17229d0f0c 100644 --- a/lxde-base/lxtask/ChangeLog +++ b/lxde-base/lxtask/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for lxde-base/lxtask -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.26 2012/08/25 00:05:33 hwoarang Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.27 2013/02/23 02:09:53 zmedico Exp $ + + 23 Feb 2013; Zac Medico <zmedico@gentoo.org> lxtask-0.1.4.ebuild: + Add ~arm-linux and ~x86-linux keywords. 25 Aug 2012; Markos Chandras <hwoarang@gentoo.org> -lxtask-0.1.3.ebuild: Remove old LXDE packages diff --git a/lxde-base/lxtask/lxtask-0.1.4.ebuild b/lxde-base/lxtask/lxtask-0.1.4.ebuild index eb1c7c666f7c..09f51ddbb093 100644 --- a/lxde-base/lxtask/lxtask-0.1.4.ebuild +++ b/lxde-base/lxtask/lxtask-0.1.4.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/lxtask/lxtask-0.1.4.ebuild,v 1.7 2012/06/05 00:35:26 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.4.ebuild,v 1.8 2013/02/23 02:09:53 zmedico Exp $ EAPI="4" @@ -11,7 +11,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="" |