diff options
-rw-r--r-- | media-gfx/splash-themes-livecd/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-gfx/splash-themes-livecd/ChangeLog b/media-gfx/splash-themes-livecd/ChangeLog index 24a7e984829c..e72abe4b5ae0 100644 --- a/media-gfx/splash-themes-livecd/ChangeLog +++ b/media-gfx/splash-themes-livecd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/splash-themes-livecd # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v 1.4 2005/03/28 00:23:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v 1.5 2005/04/14 22:30:45 pylon Exp $ + + 14 Apr 2005; Lars Weiler <pylon@gentoo.org> + splash-themes-livecd-2005.0.ebuild: + It's working on ppc now, but still testing until newer splashutils with a + tiny bugfix will be released. *splash-themes-livecd-2005.0 (28 Mar 2005) diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild index b776c55db008..b22deb16c00a 100644 --- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild,v 1.1 2005/03/28 00:23:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild,v 1.2 2005/04/14 22:30:45 pylon Exp $ MY_P="gentoo-livecd-${PV}" MY_REV="0.9.1" @@ -10,7 +10,7 @@ SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${MY_P}-${MY_REV}.tar.bz2 SLOT=${PV} LICENSE="GPL-2" -KEYWORDS="x86 amd64" +KEYWORDS="x86 amd64 ~ppc" IUSE="" DEPEND=">=media-gfx/splashutils-0.9.1" |