diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:56:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:56:19 +0000 |
commit | 0ba56218479648f1aeae9bae6070ea588cce633a (patch) | |
tree | dc5413e7d49a8cad7f24d11e2c8fed3fdaa45f52 /x11-misc/autocutsel | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-0ba56218479648f1aeae9bae6070ea588cce633a.tar.gz historical-0ba56218479648f1aeae9bae6070ea588cce633a.tar.bz2 historical-0ba56218479648f1aeae9bae6070ea588cce633a.zip |
Add die following econf for bug 48950
Diffstat (limited to 'x11-misc/autocutsel')
-rw-r--r-- | x11-misc/autocutsel/ChangeLog | 3 | ||||
-rw-r--r-- | x11-misc/autocutsel/autocutsel-0.6.2.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/x11-misc/autocutsel/ChangeLog b/x11-misc/autocutsel/ChangeLog index 2084b7681bb4..d7c0311c2335 100644 --- a/x11-misc/autocutsel/ChangeLog +++ b/x11-misc/autocutsel/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $header$ + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> autocutsel-0.6.2.ebuild: + Add die following econf for bug 48950 + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> autocutsel-0.6.2.ebuild: Added IUSE= diff --git a/x11-misc/autocutsel/autocutsel-0.6.2.ebuild b/x11-misc/autocutsel/autocutsel-0.6.2.ebuild index e91fc42a097f..733575205711 100644 --- a/x11-misc/autocutsel/autocutsel-0.6.2.ebuild +++ b/x11-misc/autocutsel/autocutsel-0.6.2.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/autocutsel/autocutsel-0.6.2.ebuild,v 1.7 2004/04/14 09:09:01 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/autocutsel-0.6.2.ebuild,v 1.8 2004/04/26 14:45:05 agriffis Exp $ DESCRIPTION="Synchronise the two copy/paste buffers mainly used by X applications" HOMEPAGE="http://www.lepton.fr/tools/autocutsel/" @@ -14,7 +14,7 @@ DEPEND="virtual/glibc virtual/x11" src_compile() { - econf + econf || die "econf failed" emake || die } |