diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-09-11 11:30:25 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-09-11 11:30:25 +0000 |
commit | 41a3470f4351fab47afe9bb6bf32cfc6c56c60ad (patch) | |
tree | 906c89f3a6f182a7e7ac5e372c8d1bdadacd977f /media-gfx | |
parent | stable x86, security bug 282549 (diff) | |
download | gentoo-2-41a3470f4351fab47afe9bb6bf32cfc6c56c60ad.tar.gz gentoo-2-41a3470f4351fab47afe9bb6bf32cfc6c56c60ad.tar.bz2 gentoo-2-41a3470f4351fab47afe9bb6bf32cfc6c56c60ad.zip |
Fix DEPEND/RDEPEND assignment.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/grub-splashes/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/grub-splashes/grub-splashes-0.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-gfx/grub-splashes/ChangeLog b/media-gfx/grub-splashes/ChangeLog index 928cfecf4040..c9d88013359a 100644 --- a/media-gfx/grub-splashes/ChangeLog +++ b/media-gfx/grub-splashes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/grub-splashes -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.8 2008/05/28 20:08:15 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.9 2009/09/11 11:30:25 flameeyes Exp $ + + 11 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> + grub-splashes-0.1.ebuild: + Fix DEPEND/RDEPEND assignment. 28 May 2008; Markus Meier <maekke@gentoo.org> grub-splashes-0.1.ebuild: amd64/x86 stable, bug #223487 diff --git a/media-gfx/grub-splashes/grub-splashes-0.1.ebuild b/media-gfx/grub-splashes/grub-splashes-0.1.ebuild index 70f46b12b800..34fdce0ab85d 100644 --- a/media-gfx/grub-splashes/grub-splashes-0.1.ebuild +++ b/media-gfx/grub-splashes/grub-splashes-0.1.ebuild @@ -1,6 +1,6 @@ -# 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/grub-splashes/grub-splashes-0.1.ebuild,v 1.6 2008/05/28 20:08:15 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild,v 1.7 2009/09/11 11:30:25 flameeyes Exp $ DESCRIPTION="Collection of grub splashes" HOMEPAGE="http://dev.gentoo.org/~welp/grub-splashes.xml" @@ -12,7 +12,7 @@ KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" DEPEND="|| ( sys-boot/grub sys-boot/grub-static )" -RDEPEND="${RDEPEND}" +RDEPEND="${DEPEND}" src_install() { if [[ -d ${ROOT}/boot/grub ]]; then |