diff options
author | Mart Raudsepp <leio@gentoo.org> | 2010-10-08 02:04:46 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2010-10-08 02:04:46 +0000 |
commit | de80557e9841d9f1c2458ecf47434cdd7691b62b (patch) | |
tree | 6000dca6d4f94608ef7d84a40cc3ecded73141d0 /sys-apps/lcdsplash | |
parent | Drop to ~mips (diff) | |
download | gentoo-2-de80557e9841d9f1c2458ecf47434cdd7691b62b.tar.gz gentoo-2-de80557e9841d9f1c2458ecf47434cdd7691b62b.tar.bz2 gentoo-2-de80557e9841d9f1c2458ecf47434cdd7691b62b.zip |
Drop to ~mips
(Portage version: 2.1.9.13/cvs/Linux mips64)
Diffstat (limited to 'sys-apps/lcdsplash')
-rw-r--r-- | sys-apps/lcdsplash/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/lcdsplash/lcdsplash-0.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/lcdsplash/ChangeLog b/sys-apps/lcdsplash/ChangeLog index 9a5c044725c9..69b46c021e82 100644 --- a/sys-apps/lcdsplash/ChangeLog +++ b/sys-apps/lcdsplash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/lcdsplash -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lcdsplash/ChangeLog,v 1.5 2007/03/28 06:12:55 vapier Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lcdsplash/ChangeLog,v 1.6 2010/10/08 02:04:46 leio Exp $ + + 08 Oct 2010; Mart Raudsepp <leio@gentoo.org> lcdsplash-0.3.ebuild: + Drop to ~mips 28 Mar 2007; Mike Frysinger <vapier@gentoo.org> lcdsplash-0.3.ebuild: Fix install path for rcscript addon #172391 by Georgi Georgiev. diff --git a/sys-apps/lcdsplash/lcdsplash-0.3.ebuild b/sys-apps/lcdsplash/lcdsplash-0.3.ebuild index 609ae57b1af2..46799857c70e 100644 --- a/sys-apps/lcdsplash/lcdsplash-0.3.ebuild +++ b/sys-apps/lcdsplash/lcdsplash-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/lcdsplash/lcdsplash-0.3.ebuild,v 1.2 2007/03/28 06:12:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lcdsplash/lcdsplash-0.3.ebuild,v 1.3 2010/10/08 02:04:46 leio Exp $ inherit multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="hppa mips x86" +KEYWORDS="hppa ~mips x86" IUSE="" DEPEND="mips? ( sys-apps/lcdutils )" |