diff options
author | Michael Januszewski <spock@gentoo.org> | 2005-07-11 12:30:26 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2005-07-11 12:30:26 +0000 |
commit | 5dc5f00a287758cca4ddd7367c57861ff122cbc4 (patch) | |
tree | cc67b9611a4e5668a0641214cd9924ac79ff99d8 /media-gfx/splashutils | |
parent | cleanup (diff) | |
download | gentoo-2-5dc5f00a287758cca4ddd7367c57861ff122cbc4.tar.gz gentoo-2-5dc5f00a287758cca4ddd7367c57861ff122cbc4.tar.bz2 gentoo-2-5dc5f00a287758cca4ddd7367c57861ff122cbc4.zip |
Merged the two pkg_setup() functions into one.
(Portage version: 1.589-cvs)
Diffstat (limited to 'media-gfx/splashutils')
-rw-r--r-- | media-gfx/splashutils/splashutils-1.1.9.7.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/media-gfx/splashutils/splashutils-1.1.9.7.ebuild b/media-gfx/splashutils/splashutils-1.1.9.7.ebuild index 08b67059051e..4d483a1deab4 100644 --- a/media-gfx/splashutils/splashutils-1.1.9.7.ebuild +++ b/media-gfx/splashutils/splashutils-1.1.9.7.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/splashutils/splashutils-1.1.9.7.ebuild,v 1.1 2005/07/09 01:46:08 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.1.9.7.ebuild,v 1.2 2005/07/11 12:30:26 spock Exp $ inherit multilib linux-mod @@ -44,6 +44,8 @@ SG="${WORKDIR}/${GENTOOSPLASH}" SM="${WORKDIR}/${MISCSPLASH}" pkg_setup() { + check_kernel_built + if use hardened; then ewarn "Due to problems with klibc, it is currently impossible to compile splashutils" ewarn "with 'hardened' GCC flags. As a workaround, the package will be compiled with" @@ -70,10 +72,6 @@ spl_conf_use() { fi } -pkg_setup() { - check_kernel_built -} - src_unpack() { unpack ${A} ln -s ${KV_DIR} ${S}/linux |