diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-10-04 20:15:21 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-10-04 20:15:21 +0000 |
commit | 0b5735305209b4ed41187903b605f80e61562566 (patch) | |
tree | 68ff11d41bee1749f1ac4c48f4109551652baa79 /net-p2p/dclib | |
parent | libpcap is needed for DEPEND and RDEPEND (diff) | |
download | historical-0b5735305209b4ed41187903b605f80e61562566.tar.gz historical-0b5735305209b4ed41187903b605f80e61562566.tar.bz2 historical-0b5735305209b4ed41187903b605f80e61562566.zip |
Stable on hppa. See bug #88544.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-p2p/dclib')
-rw-r--r-- | net-p2p/dclib/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/dclib/dclib-0.3.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/dclib/ChangeLog b/net-p2p/dclib/ChangeLog index b5802bd8a647..81e8cc9997d8 100644 --- a/net-p2p/dclib/ChangeLog +++ b/net-p2p/dclib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/dclib # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v 1.67 2005/09/16 23:35:06 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v 1.68 2005/10/04 20:13:16 killerfox Exp $ + + 04 Oct 2005; Rene Nussbaumer <killerfox@gentoo.org> dclib-0.3.5.ebuild: + Stable on hppa. See bug #88544. 16 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog: Converted to UTF-8, fixed encoding screwups diff --git a/net-p2p/dclib/dclib-0.3.5.ebuild b/net-p2p/dclib/dclib-0.3.5.ebuild index 12d456d9f052..32491659bb38 100644 --- a/net-p2p/dclib/dclib-0.3.5.ebuild +++ b/net-p2p/dclib/dclib-0.3.5.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/net-p2p/dclib/dclib-0.3.5.ebuild,v 1.7 2005/06/18 16:26:52 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.3.5.ebuild,v 1.8 2005/10/04 20:13:16 killerfox Exp $ inherit toolchain-funcs eutils @@ -10,7 +10,7 @@ SRC_URI="http://download.berlios.de/dcgui/${P}.tar.bz2" IUSE="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ppc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc x86" DEPEND=">=app-arch/bzip2-1.0.2 >=dev-libs/libxml2-2.4.22" |