diff options
author | Lars Weiler <pylon@gentoo.org> | 2005-07-02 19:42:17 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2005-07-02 19:42:17 +0000 |
commit | e99d18421ec0ae3665967bac87bd07949677cd98 (patch) | |
tree | bf4f5661dc8a5bc78833e9254a4cfa806cc66fae /app-laptop/pbbuttonsd | |
parent | fix DEPENDS categories (diff) | |
download | gentoo-2-e99d18421ec0ae3665967bac87bd07949677cd98.tar.gz gentoo-2-e99d18421ec0ae3665967bac87bd07949677cd98.tar.bz2 gentoo-2-e99d18421ec0ae3665967bac87bd07949677cd98.zip |
Fix to the current path.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-laptop/pbbuttonsd')
-rw-r--r-- | app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre2.ebuild b/app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre2.ebuild index 1874b0b3e620..1960e1583e50 100644 --- a/app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre2.ebuild +++ b/app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre2.ebuild,v 1.1 2005/07/02 14:06:11 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre2.ebuild,v 1.2 2005/07/02 19:42:17 pylon Exp $ inherit eutils @@ -17,7 +17,7 @@ DEPEND="virtual/libc >=sys-apps/baselayout-1.8.6.12-r1" RDEPEND="" -S="${WORKDIR}/${PN}-0.7.0beta1" +S="${WORKDIR}/${PN}-0.7.0beta2" src_compile() { econf || die "Sorry, failed to configure pbbuttonsd" |