diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 04:54:34 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 04:54:34 +0000 |
commit | 96d961306c383ae7f9e882b0647b661f344af7dc (patch) | |
tree | a200da9dd462d56c9cae5b7f54f451c5e22d338a /net-p2p/dclib | |
parent | added keywords (diff) | |
download | gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.tar.gz gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.tar.bz2 gentoo-2-96d961306c383ae7f9e882b0647b661f344af7dc.zip |
ppc tagging
Diffstat (limited to 'net-p2p/dclib')
-rw-r--r-- | net-p2p/dclib/dclib-0.1_beta8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/dclib/dclib-0.1_beta8.ebuild b/net-p2p/dclib/dclib-0.1_beta8.ebuild index a3291bd283d8..b0697b6a9d27 100644 --- a/net-p2p/dclib/dclib-0.1_beta8.ebuild +++ b/net-p2p/dclib/dclib-0.1_beta8.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.1_beta8.ebuild,v 1.3 2002/07/06 06:32:14 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.1_beta8.ebuild,v 1.4 2002/07/16 04:54:33 seemant Exp $ MY_P=${P/_/} S=${WORKDIR}/${MY_P} DESCRIPTION="Library for the Qt client for DirectConnect" HOMEPAGE="http://dc.ketelhot.de/" +SRC_URI="http://dc.ketelhot.de/files/dcgui/unstable/source/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" - -SRC_URI="http://dc.ketelhot.de/files/dcgui/unstable/source/${MY_P}.tar.bz2" +KEYWORDS="x86 ppc" DEPEND=">=sys-apps/bzip2-1.0.2 >=dev-libs/libxml2-2.4.22" |