diff options
author | Michael Januszewski <spock@gentoo.org> | 2009-03-24 08:57:29 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2009-03-24 08:57:29 +0000 |
commit | 904520ce343dbc80b6054c586f78f7465bb6616a (patch) | |
tree | 048177630a202c0b6a29a7fcc1cf6aa72ee2ee53 /media-gfx | |
parent | remove myself from metadata.xml (diff) | |
download | gentoo-2-904520ce343dbc80b6054c586f78f7465bb6616a.tar.gz gentoo-2-904520ce343dbc80b6054c586f78f7465bb6616a.tar.bz2 gentoo-2-904520ce343dbc80b6054c586f78f7465bb6616a.zip |
Switch to EAPI 2 and require splashutils to be installed with the 'png' USE flag.
(Portage version: 2.1.6.10/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/splash-themes-livecd/ChangeLog | 9 | ||||
-rw-r--r-- | media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r2.ebuild | 9 |
2 files changed, 13 insertions, 5 deletions
diff --git a/media-gfx/splash-themes-livecd/ChangeLog b/media-gfx/splash-themes-livecd/ChangeLog index eb332463ca8d..e9561325f675 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v 1.19 2008/09/14 11:44:30 spock Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v 1.20 2009/03/24 08:57:29 spock Exp $ + + 24 Mar 2009; Michał Januszewski <spock@gentoo.org> + splash-themes-livecd-2007.0-r2.ebuild: + Switch to EAPI 2 and require splashutils to be installed with the 'png' + USE flag. 14 Sep 2008; Michał Januszewski <spock@gentoo.org> splash-themes-livecd-2004.3.ebuild, splash-themes-livecd-2005.0.ebuild, diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r2.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r2.ebuild index b87f02ebd597..b79f5e7723bc 100644 --- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r2.ebuild +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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-2007.0-r2.ebuild,v 1.1 2008/09/14 11:38:47 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r2.ebuild,v 1.2 2009/03/24 08:57:29 spock Exp $ + +EAPI="2" inherit eutils @@ -16,7 +18,8 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RESTRICT="binchecks strip" -DEPEND=">=media-gfx/splashutils-1.5.4" +RDEPEND=">=media-gfx/splashutils-1.5.4[png]" +DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" |