diff options
author | Damien Krotkine <dams@gentoo.org> | 2004-11-17 09:26:08 +0000 |
---|---|---|
committer | Damien Krotkine <dams@gentoo.org> | 2004-11-17 09:26:08 +0000 |
commit | 0a047287ce42a4786729d4e06118e83abc315561 (patch) | |
tree | 72daa616c2724d3c4d72161e8c21e9a63bb6bf7c /media-gfx/bootsplash | |
parent | 1.6.7_p5-r2 stable (Manifest recommit) (diff) | |
download | gentoo-2-0a047287ce42a4786729d4e06118e83abc315561.tar.gz gentoo-2-0a047287ce42a4786729d4e06118e83abc315561.tar.bz2 gentoo-2-0a047287ce42a4786729d4e06118e83abc315561.zip |
inherit should be the first thing in ebuild (#71467)
Diffstat (limited to 'media-gfx/bootsplash')
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild b/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild index 82eb8d793121..0361501dc603 100644 --- a/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild +++ b/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild,v 1.1 2004/10/11 16:30:14 dams Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild,v 1.2 2004/11/17 09:26:08 dams Exp $ + +inherit eutils IUSE="" S=${WORKDIR} @@ -20,8 +22,6 @@ DEPEND=">=media-libs/freetype-2 PATCHS="${FILESDIR}/0.6.1-r7-default_theme.patch" -inherit eutils - src_compile() { # compile utils # the util builds but the rc scripts have not been modified |