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 | caaef2345e6faaa0a78914870308f22d45ca1317 (patch) | |
tree | 6b8fe8cbfce6942194ac86443a5ebdfbb8a2ed2d /media-gfx/splashutils/splashutils-1.1.9.7.ebuild | |
parent | cleanup (diff) | |
download | historical-caaef2345e6faaa0a78914870308f22d45ca1317.tar.gz historical-caaef2345e6faaa0a78914870308f22d45ca1317.tar.bz2 historical-caaef2345e6faaa0a78914870308f22d45ca1317.zip |
Merged the two pkg_setup() functions into one.
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'media-gfx/splashutils/splashutils-1.1.9.7.ebuild')
-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 |