diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 19:40:39 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 19:40:39 +0000 |
commit | 12c87e4903dd2e818beac91760c2f47bf51ae136 (patch) | |
tree | e4b454e0bcd91b06b9b41f200785716b7702eecf /sys-libs/device-mapper | |
parent | fix bug where the ebuild tries to nuke libiberty from outside the sandbox (Ma... (diff) | |
download | gentoo-2-12c87e4903dd2e818beac91760c2f47bf51ae136.tar.gz gentoo-2-12c87e4903dd2e818beac91760c2f47bf51ae136.tar.bz2 gentoo-2-12c87e4903dd2e818beac91760c2f47bf51ae136.zip |
Add die following econf for bug 48950
Diffstat (limited to 'sys-libs/device-mapper')
-rw-r--r-- | sys-libs/device-mapper/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/device-mapper/device-mapper-1.00.07.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/device-mapper/device-mapper-1.00.08.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/device-mapper/device-mapper-1.00.17.ebuild | 4 |
4 files changed, 12 insertions, 7 deletions
diff --git a/sys-libs/device-mapper/ChangeLog b/sys-libs/device-mapper/ChangeLog index f59f4dc3c1a9..ed7081d3d523 100644 --- a/sys-libs/device-mapper/ChangeLog +++ b/sys-libs/device-mapper/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/device-mapper # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/ChangeLog,v 1.15 2004/04/24 17:04:35 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/ChangeLog,v 1.16 2004/04/26 19:40:39 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> + device-mapper-1.00.07.ebuild, device-mapper-1.00.08.ebuild, + device-mapper-1.00.17.ebuild: + Add die following econf for bug 48950 *device-mapper-1.00.17 (24 Apr 2004) diff --git a/sys-libs/device-mapper/device-mapper-1.00.07.ebuild b/sys-libs/device-mapper/device-mapper-1.00.07.ebuild index d951a515866d..3985f0a1cc7e 100644 --- a/sys-libs/device-mapper/device-mapper-1.00.07.ebuild +++ b/sys-libs/device-mapper/device-mapper-1.00.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.07.ebuild,v 1.8 2004/03/10 18:37:52 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.07.ebuild,v 1.9 2004/04/26 19:40:39 agriffis Exp $ DESCRIPTION="Device mapper ioctl library for use with LVM2 utilities." HOMEPAGE="http://sources.redhat.com/dm/" @@ -27,7 +27,7 @@ pkg_setup() { } src_compile() { - econf + econf || die "econf failed" # Parallel build doesn't work. emake -j1 || die "compile problem" diff --git a/sys-libs/device-mapper/device-mapper-1.00.08.ebuild b/sys-libs/device-mapper/device-mapper-1.00.08.ebuild index 0fbf7b961725..de39177c5914 100644 --- a/sys-libs/device-mapper/device-mapper-1.00.08.ebuild +++ b/sys-libs/device-mapper/device-mapper-1.00.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.08.ebuild,v 1.4 2004/04/14 03:24:29 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.08.ebuild,v 1.5 2004/04/26 19:40:39 agriffis Exp $ DESCRIPTION="Device mapper ioctl library for use with LVM2 utilities." HOMEPAGE="http://sources.redhat.com/dm/" @@ -27,7 +27,7 @@ pkg_setup() { } src_compile() { - econf + econf || die "econf failed" # Parallel build doesn't work. emake -j1 || die "compile problem" diff --git a/sys-libs/device-mapper/device-mapper-1.00.17.ebuild b/sys-libs/device-mapper/device-mapper-1.00.17.ebuild index 1ae5e2fcde29..44f111c08aa5 100644 --- a/sys-libs/device-mapper/device-mapper-1.00.17.ebuild +++ b/sys-libs/device-mapper/device-mapper-1.00.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.17.ebuild,v 1.2 2004/04/24 17:20:14 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.17.ebuild,v 1.3 2004/04/26 19:40:39 agriffis Exp $ DESCRIPTION="Device mapper ioctl library for use with LVM2 utilities." HOMEPAGE="http://sources.redhat.com/dm/" @@ -27,7 +27,7 @@ pkg_setup() { } src_compile() { - econf + econf || die "econf failed" # Parallel build doesn't work. emake -j1 || die "compile problem" |