diff options
author | David Holm <dholm@gentoo.org> | 2005-05-06 22:31:22 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-05-06 22:31:22 +0000 |
commit | 3b62499a966b7e3a2e42b3289cacdd7c41e628e9 (patch) | |
tree | ce08e14c115b0d26303227a951d0b56a165dec13 /dev-util/diasce | |
parent | useflag fix (diff) | |
download | gentoo-2-3b62499a966b7e3a2e42b3289cacdd7c41e628e9.tar.gz gentoo-2-3b62499a966b7e3a2e42b3289cacdd7c41e628e9.tar.bz2 gentoo-2-3b62499a966b7e3a2e42b3289cacdd7c41e628e9.zip |
Added to ~ppc
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'dev-util/diasce')
-rw-r--r-- | dev-util/diasce/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/diasce/diasce-1.4.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/diasce/ChangeLog b/dev-util/diasce/ChangeLog index 137721c10faf..fb43b978dbd1 100644 --- a/dev-util/diasce/ChangeLog +++ b/dev-util/diasce/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/diasce -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/diasce/ChangeLog,v 1.9 2004/08/13 11:44:23 slarti Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/diasce/ChangeLog,v 1.10 2005/05/06 22:31:22 dholm Exp $ + + 06 May 2005; David Holm <dholm@gentoo.org> diasce-1.4.ebuild: + Added to ~ppc. 13 Aug 2004; Tom Martin <slarti@gentoo.org> diasce-1.4.ebuild: Marked ~amd64; resolves bug 59240. Thanks to James Couzens diff --git a/dev-util/diasce/diasce-1.4.ebuild b/dev-util/diasce/diasce-1.4.ebuild index d86502e0675b..490edf1a5ad4 100644 --- a/dev-util/diasce/diasce-1.4.ebuild +++ b/dev-util/diasce/diasce-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/diasce/diasce-1.4.ebuild,v 1.8 2004/08/21 16:16:23 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/diasce/diasce-1.4.ebuild,v 1.9 2005/05/06 22:31:22 dholm Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://diasce.es.gnome.org/downloads/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~amd64" +KEYWORDS="~x86 ~sparc ~amd64 ~ppc" IUSE="nls" RDEPEND=">=dev-libs/libxml2-2.4 @@ -28,6 +28,7 @@ RDEPEND=">=dev-libs/libxml2-2.4 >=gnome-base/libgnomecanvas-2" DEPEND="${RDEPEND} dev-util/pkgconfig + net-libs/linc nls? ( sys-devel/gettext )" src_unpack() { |