diff options
author | Michael Januszewski <spock@gentoo.org> | 2004-10-20 10:28:00 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2004-10-20 10:28:00 +0000 |
commit | 856ee69d657740c229768677e3bdc4a9ffb7249e (patch) | |
tree | 256a291b8c799bfcc01f54a520f894a35d56d8fa /media-gfx | |
parent | Fixed IUSE (Manifest recommit) (diff) | |
download | gentoo-2-856ee69d657740c229768677e3bdc4a9ffb7249e.tar.gz gentoo-2-856ee69d657740c229768677e3bdc4a9ffb7249e.tar.bz2 gentoo-2-856ee69d657740c229768677e3bdc4a9ffb7249e.zip |
Marked stable on x86 and amd64.
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/splashutils/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/splashutils/splashutils-0.9_pre10.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/media-gfx/splashutils/ChangeLog b/media-gfx/splashutils/ChangeLog index eac30949999f..fd88ed3f0ee6 100644 --- a/media-gfx/splashutils/ChangeLog +++ b/media-gfx/splashutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/splashutils # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.9 2004/10/13 21:21:50 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.10 2004/10/20 10:28:00 spock Exp $ + + 20 Oct 2004; Michal Januszewski <spock@gentoo.org> + splashutils-0.9_pre10.ebuild: + Marked splashutils stable on x86 and amd64. Changed baselayout dep. to >= + 1.9.4-r5. 13 Oct 2004; Michal Januszewski <spock@gentoo.org> splashutils-0.9_pre07.ebuild, splashutils-0.9_pre08.ebuild, diff --git a/media-gfx/splashutils/splashutils-0.9_pre10.ebuild b/media-gfx/splashutils/splashutils-0.9_pre10.ebuild index 859ac44f787d..766953489fba 100644 --- a/media-gfx/splashutils/splashutils-0.9_pre10.ebuild +++ b/media-gfx/splashutils/splashutils-0.9_pre10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-0.9_pre10.ebuild,v 1.3 2004/10/13 21:21:50 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-0.9_pre10.ebuild,v 1.4 2004/10/20 10:28:00 spock Exp $ MISCSPLASH="miscsplashutils-0.1.2" GENTOOSPLASH="splashutils-gentoo-0.1.2" @@ -15,12 +15,12 @@ SRC_URI="mirror://gentoo/${P/_/-}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 amd64" IUSE="" RDEPEND=">=media-libs/freetype-2 media-libs/libpng media-libs/jpeg - >=sys-apps/baselayout-1.10.4 + >=sys-apps/baselayout-1.9.4-r5 !media-gfx/bootsplash" DEPEND="${RDEPEND} virtual/linux-sources" |