diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-07 16:48:52 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-07 16:48:52 +0000 |
commit | 693b2e600ab55480ccf533175994755fe744d6a3 (patch) | |
tree | d186dc58d31f371bdd5c0b93f61d2deec8c96b54 /net-p2p/dclib | |
parent | add missing IUSE (diff) | |
download | gentoo-2-693b2e600ab55480ccf533175994755fe744d6a3.tar.gz gentoo-2-693b2e600ab55480ccf533175994755fe744d6a3.tar.bz2 gentoo-2-693b2e600ab55480ccf533175994755fe744d6a3.zip |
stable amd64
(Portage version: 2.0.51.19)
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 eb1234b24e05..8bdb3d3b59e1 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.53 2005/04/01 16:45:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v 1.54 2005/04/07 16:47:22 blubb Exp $ + + 07 Apr 2005; Simon Stelling <blubb@gentoo.org> dclib-0.3.5.ebuild: + stable on amd64 01 Apr 2005; Aron Griffis <agriffis@gentoo.org> dclib-0.3.3-r1.ebuild: stable on ia64 diff --git a/net-p2p/dclib/dclib-0.3.5.ebuild b/net-p2p/dclib/dclib-0.3.5.ebuild index a67f2938407a..6c4eee1f5e88 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.1 2005/01/30 04:46:17 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.3.5.ebuild,v 1.2 2005/04/07 16:47:22 blubb Exp $ inherit gcc eutils @@ -10,7 +10,7 @@ SRC_URI="http://download.berlios.de/dcgui/${P}.tar.bz2" IUSE="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~hppa ~ia64 ~amd64" +KEYWORDS="~x86 ~ppc ~alpha ~hppa ~ia64 amd64" DEPEND=">=app-arch/bzip2-1.0.2 >=dev-libs/libxml2-2.4.22" |