diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-02-23 18:20:34 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-02-23 18:20:34 +0000 |
commit | 184801f5acca178af21f071e799421636c883b7e (patch) | |
tree | 810b784ea347f764c9da6f8c2a2ae68d58eac68f /lxde-base/lxde-common | |
parent | Add missing build dependency on dev-ruby/rake, fixes #306493. (diff) | |
download | historical-184801f5acca178af21f071e799421636c883b7e.tar.gz historical-184801f5acca178af21f071e799421636c883b7e.tar.bz2 historical-184801f5acca178af21f071e799421636c883b7e.zip |
Stable on amd64 wrt bug #306433
Package-Manager: portage-2.2_rc63/cvs/Linux x86_64
Diffstat (limited to 'lxde-base/lxde-common')
-rw-r--r-- | lxde-base/lxde-common/ChangeLog | 6 | ||||
-rw-r--r-- | lxde-base/lxde-common/lxde-common-0.5.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/lxde-base/lxde-common/ChangeLog b/lxde-base/lxde-common/ChangeLog index dfb63c78d656..ec53b0da606d 100644 --- a/lxde-base/lxde-common/ChangeLog +++ b/lxde-base/lxde-common/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for lxde-base/lxde-common # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.10 2010/01/24 18:25:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.11 2010/02/23 18:14:40 hwoarang Exp $ + + 23 Feb 2010; Markos Chandras <hwoarang@gentoo.org> + lxde-common-0.5.0.ebuild: + Stable on amd64 wrt bug #306433 24 Jan 2010; Raúl Porcel <armin76@gentoo.org> lxde-common-0.5.0.ebuild: Add ~arm diff --git a/lxde-base/lxde-common/lxde-common-0.5.0.ebuild b/lxde-base/lxde-common/lxde-common-0.5.0.ebuild index 78b89d4f9398..4106e4c48190 100644 --- a/lxde-base/lxde-common/lxde-common-0.5.0.ebuild +++ b/lxde-base/lxde-common/lxde-common-0.5.0.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/lxde-base/lxde-common/lxde-common-0.5.0.ebuild,v 1.2 2010/01/24 18:25:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.5.0.ebuild,v 1.3 2010/02/23 18:14:40 hwoarang Exp $ EAPI="1" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="amd64 ~arm ~ppc ~x86" IUSE="" RDEPEND="x11-libs/gtk+:2" |