diff options
author | Alex Legler <a3li@gentoo.org> | 2009-08-27 18:44:57 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-08-27 18:44:57 +0000 |
commit | c75f704b778fb9b476bca4d8621550bb2fddaa8e (patch) | |
tree | caaba36a67ccbe1040ea3767cd0dadd99c566975 /net-irc/bip/bip-0.8.1.ebuild | |
parent | Mark -sparc since it needs xulrunner-1.9.1 and doesn't compile on sparc (diff) | |
download | historical-c75f704b778fb9b476bca4d8621550bb2fddaa8e.tar.gz historical-c75f704b778fb9b476bca4d8621550bb2fddaa8e.tar.bz2 historical-c75f704b778fb9b476bca4d8621550bb2fddaa8e.zip |
Version bump.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'net-irc/bip/bip-0.8.1.ebuild')
-rw-r--r-- | net-irc/bip/bip-0.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/bip/bip-0.8.1.ebuild b/net-irc/bip/bip-0.8.1.ebuild index 4af1a2ba8619..ea200bff9b55 100644 --- a/net-irc/bip/bip-0.8.1.ebuild +++ b/net-irc/bip/bip-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bip/bip-0.8.1.ebuild,v 1.1 2009/07/31 18:51:29 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bip/bip-0.8.1.ebuild,v 1.2 2009/08/27 18:44:57 a3li Exp $ EAPI="2" @@ -23,7 +23,7 @@ RDEPEND="${DEPEND} src_prepare() { # configure broken: --disable-oidentd enables it, too - epatch "${FILESDIR}/${P}-configure-oidentd.patch" + epatch "${FILESDIR}/${PN}-configure-oidentd.patch" eautoreconf } |