diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:54:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:54:43 +0000 |
commit | 593a54a6eba11ed0c38aa7d8d12bddb4bfe76a37 (patch) | |
tree | 89503ef7c0131e5c52d048ec32fc869aaac129f9 /x11-misc/xkbd | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-593a54a6eba11ed0c38aa7d8d12bddb4bfe76a37.tar.gz gentoo-2-593a54a6eba11ed0c38aa7d8d12bddb4bfe76a37.tar.bz2 gentoo-2-593a54a6eba11ed0c38aa7d8d12bddb4bfe76a37.zip |
Add die following econf for bug 48950
Diffstat (limited to 'x11-misc/xkbd')
-rw-r--r-- | x11-misc/xkbd/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xkbd/xkbd-0.8.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xkbd/ChangeLog b/x11-misc/xkbd/ChangeLog index 65e879ca9e12..938c1baae96e 100644 --- a/x11-misc/xkbd/ChangeLog +++ b/x11-misc/xkbd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xkbd # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/ChangeLog,v 1.2 2004/04/11 17:36:57 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/ChangeLog,v 1.3 2004/04/26 14:53:43 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> xkbd-0.8.12.ebuild: + Add die following econf for bug 48950 11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> xkbd-0.8.12.ebuild: Marked stable. Ebuild fixups. diff --git a/x11-misc/xkbd/xkbd-0.8.12.ebuild b/x11-misc/xkbd/xkbd-0.8.12.ebuild index b0d659726353..f8965a32b09b 100644 --- a/x11-misc/xkbd/xkbd-0.8.12.ebuild +++ b/x11-misc/xkbd/xkbd-0.8.12.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/x11-misc/xkbd/xkbd-0.8.12.ebuild,v 1.3 2004/04/11 17:36:57 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/xkbd-0.8.12.ebuild,v 1.4 2004/04/26 14:53:44 agriffis Exp $ DESCRIPTION="Xkbd - onscreen soft keyboard for X11" HOMEPAGE="http://handhelds.org/~mallum/xkbd/" @@ -23,7 +23,7 @@ DEPEND="sys-devel/libtool src_compile() { econf\ - `use_enable debug` + `use_enable debug` || die "econf failed" emake || die |