diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-05-24 21:23:25 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-05-24 21:23:25 +0000 |
commit | 5406a36613a0adf51253ba2637f1c31ca31f6793 (patch) | |
tree | b7cffde5f4cb995c46aff6e97b32a0fbc371329c /media-gfx | |
parent | version bump (diff) | |
download | gentoo-2-5406a36613a0adf51253ba2637f1c31ca31f6793.tar.gz gentoo-2-5406a36613a0adf51253ba2637f1c31ca31f6793.tar.bz2 gentoo-2-5406a36613a0adf51253ba2637f1c31ca31f6793.zip |
fixed multilib issue
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/splashutils/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/splashutils/Manifest | 14 | ||||
-rw-r--r-- | media-gfx/splashutils/splashutils-1.1.9.6.ebuild | 6 |
3 files changed, 10 insertions, 15 deletions
diff --git a/media-gfx/splashutils/ChangeLog b/media-gfx/splashutils/ChangeLog index a47c229cb163..c1f252698518 100644 --- a/media-gfx/splashutils/ChangeLog +++ b/media-gfx/splashutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/splashutils # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.27 2005/05/16 16:11:36 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.28 2005/05/24 21:23:25 herbs Exp $ + + 24 May 2005; Herbie Hopkins <herbs@gentoo.org> splashutils-1.1.9.6.ebuild: + fixed multilib issue *splashutils-1.1.9.6 (16 May 2005) diff --git a/media-gfx/splashutils/Manifest b/media-gfx/splashutils/Manifest index e742cdbe7a64..c932469c38a8 100644 --- a/media-gfx/splashutils/Manifest +++ b/media-gfx/splashutils/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 2bd86fbab50055eea3d9019990417eb3 splashutils-1.1.9.6.ebuild 6809 +MD5 51ac2aab14f705977fc910dc9316df76 splashutils-1.1.9.6.ebuild 6845 MD5 712a39cc2cb77c5d232ff61285bfa0cc splashutils-1.1.9.5.ebuild 5807 MD5 2f2d58329467fd14179fd5653b50843c splashutils-0.9.1.ebuild 3225 -MD5 497e8036ee92cab58e5a9d6a8293eccf ChangeLog 7064 +MD5 69a238ca6aef74e9c2abe682247f0d61 ChangeLog 7165 MD5 cfe1b5f88cc51ac6ffc42809178d2a06 metadata.xml 221 MD5 39821e362e44bee87b04f0f86cac8a4c files/digest-splashutils-1.1.9.5 221 MD5 ae39d33c3d0a3a91709b168706326abf files/digest-splashutils-1.1.9.6 547 MD5 d4d393d10196781338f83d0a795065ae files/digest-splashutils-0.9.1 378 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCiMbIchej4aZK9/cRAohkAJ0bt9Akie6XZHQ5p7OPVc5MnelYiwCfXrU6 -+tMAm4psdAITW3ji3w5dt0o= -=mX/y ------END PGP SIGNATURE----- diff --git a/media-gfx/splashutils/splashutils-1.1.9.6.ebuild b/media-gfx/splashutils/splashutils-1.1.9.6.ebuild index c5412beba0de..1acf540b0bc5 100644 --- a/media-gfx/splashutils/splashutils-1.1.9.6.ebuild +++ b/media-gfx/splashutils/splashutils-1.1.9.6.ebuild @@ -1,6 +1,8 @@ # 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.6.ebuild,v 1.3 2005/05/16 16:13:40 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.1.9.6.ebuild,v 1.4 2005/05/24 21:23:25 herbs Exp $ + +inherit multilib MISCSPLASH="miscsplashutils-0.1.3" GENTOOSPLASH="splashutils-gentoo-0.1.10" @@ -139,7 +141,7 @@ src_compile() { emake -j1 MISCINCS="${miscincs}" || die "failed to build splashutils" cd ${SM} - emake || die "failed to build miscsplashutils" + emake LIB=$(get_libdir) || die "failed to build miscsplashutils" } src_install() { |