diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-02-23 11:56:09 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-02-23 11:56:09 +0000 |
commit | 65ac239b85074df65026193a2793213f2a276b53 (patch) | |
tree | c7c241df4135f356e0a05d69118b3cafbbd4534e /net-p2p/dc-qt | |
parent | Update Manifest with missing hashes. (diff) | |
download | historical-65ac239b85074df65026193a2793213f2a276b53.tar.gz historical-65ac239b85074df65026193a2793213f2a276b53.tar.bz2 historical-65ac239b85074df65026193a2793213f2a276b53.zip |
minorsyn fixes
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'net-p2p/dc-qt')
-rw-r--r-- | net-p2p/dc-qt/dc-qt-0.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/dc-qt/dc-qt-0.1.2.ebuild b/net-p2p/dc-qt/dc-qt-0.1.2.ebuild index 47e532a83713..e3c83ae2081d 100644 --- a/net-p2p/dc-qt/dc-qt-0.1.2.ebuild +++ b/net-p2p/dc-qt/dc-qt-0.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-qt/dc-qt-0.1.2.ebuild,v 1.6 2007/01/21 17:07:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-qt/dc-qt-0.1.2.ebuild,v 1.7 2007/02/23 11:49:52 armin76 Exp $ inherit eutils qt3 @@ -28,7 +28,7 @@ src_unpack() { src_compile() { econf \ - `use_with xine` || die + `use_with xine` || die emake || die } |