diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2006-11-05 21:54:11 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2006-11-05 21:54:11 +0000 |
commit | 0b2c4b414ae55fc72335dd6133a00ee2b79c813f (patch) | |
tree | c4be6628e2761d5f4c309ff8f7e9c701f6593697 /x11-misc/bbacpi/bbacpi-0.1.5.ebuild | |
parent | Added ~ppc wrt bug #149793. (diff) | |
download | gentoo-2-0b2c4b414ae55fc72335dd6133a00ee2b79c813f.tar.gz gentoo-2-0b2c4b414ae55fc72335dd6133a00ee2b79c813f.tar.bz2 gentoo-2-0b2c4b414ae55fc72335dd6133a00ee2b79c813f.zip |
Fix gcc 4.1 build error. Thanks to William Keaney in bug #141032.
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'x11-misc/bbacpi/bbacpi-0.1.5.ebuild')
-rw-r--r-- | x11-misc/bbacpi/bbacpi-0.1.5.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/x11-misc/bbacpi/bbacpi-0.1.5.ebuild b/x11-misc/bbacpi/bbacpi-0.1.5.ebuild index 30d0cf7e05f5..8bccec28d622 100644 --- a/x11-misc/bbacpi/bbacpi-0.1.5.ebuild +++ b/x11-misc/bbacpi/bbacpi-0.1.5.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.5.ebuild,v 1.2 2006/04/10 19:23:19 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.5.ebuild,v 1.3 2006/11/05 21:54:11 dirtyepic Exp $ + +inherit eutils DESCRIPTION="ACPI monitor for X11" SRC_URI="mirror://sourceforge/bbacpi/${P}.tar.gz" @@ -16,6 +18,13 @@ DEPEND="virtual/blackbox sys-power/acpi sys-power/acpid" +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}"/${P}-noextraquals.diff +} + src_install () { einstall || die "install failed" dodoc README AUTHORS BUGS ChangeLog TODO |