diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:17:45 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:17:45 +0000 |
commit | c45e848f16e1b1cb4018dec00a6d379695022731 (patch) | |
tree | 8d44e7b5c0928f5aca017a35393a29a446328100 /dev-util/diasce | |
parent | version bump irt #55896 (diff) | |
download | historical-c45e848f16e1b1cb4018dec00a6d379695022731.tar.gz historical-c45e848f16e1b1cb4018dec00a6d379695022731.tar.bz2 historical-c45e848f16e1b1cb4018dec00a6d379695022731.zip |
sync IUSE (+nls)
Diffstat (limited to 'dev-util/diasce')
-rw-r--r-- | dev-util/diasce/diasce-1.2.ebuild | 3 | ||||
-rw-r--r-- | dev-util/diasce/diasce-1.4.ebuild | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dev-util/diasce/diasce-1.2.ebuild b/dev-util/diasce/diasce-1.2.ebuild index 7042d6d4eaee..9df25ad3c5f5 100644 --- a/dev-util/diasce/diasce-1.2.ebuild +++ b/dev-util/diasce/diasce-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/diasce/diasce-1.2.ebuild,v 1.8 2004/06/25 02:28:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/diasce/diasce-1.2.ebuild,v 1.9 2004/07/14 23:17:45 agriffis Exp $ MY_P=${PN}2-${PV} S=${WORKDIR}/${MY_P} @@ -11,6 +11,7 @@ SRC_URI="http://diasce.es.gnome.org/downloads/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc" +IUSE="nls" RDEPEND=">=dev-libs/libxml2-2.4 >=x11-libs/gtk+-2 diff --git a/dev-util/diasce/diasce-1.4.ebuild b/dev-util/diasce/diasce-1.4.ebuild index b2f5f846cad8..823fca62c943 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 # 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.5 2004/06/25 02:28:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/diasce/diasce-1.4.ebuild,v 1.6 2004/07/14 23:17:45 agriffis Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="http://diasce.es.gnome.org/downloads/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~sparc" -IUSE="" +IUSE="nls" RDEPEND=">=dev-libs/libxml2-2.4 >=x11-libs/gtk+-2 |