diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-08-25 18:57:12 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-08-25 18:57:12 +0000 |
commit | ac59c76a3626dc5cb9e175bfb7184a6e11c5b25f (patch) | |
tree | 5eafa0cd3fd7d3424f4bf53ca16761a3e647945c /gnustep-apps/easydiff | |
parent | stable on ia64 (diff) | |
download | historical-ac59c76a3626dc5cb9e175bfb7184a6e11c5b25f.tar.gz historical-ac59c76a3626dc5cb9e175bfb7184a6e11c5b25f.tar.bz2 historical-ac59c76a3626dc5cb9e175bfb7184a6e11c5b25f.zip |
fix IUSE="${IUSE}"
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'gnustep-apps/easydiff')
3 files changed, 6 insertions, 9 deletions
diff --git a/gnustep-apps/easydiff/easydiff-0.3.1_pre20041203.ebuild b/gnustep-apps/easydiff/easydiff-0.3.1_pre20041203.ebuild index f32037dedf01..bababd428c52 100644 --- a/gnustep-apps/easydiff/easydiff-0.3.1_pre20041203.ebuild +++ b/gnustep-apps/easydiff/easydiff-0.3.1_pre20041203.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/gnustep-apps/easydiff/easydiff-0.3.1_pre20041203.ebuild,v 1.2 2005/01/10 16:27:21 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/easydiff-0.3.1_pre20041203.ebuild,v 1.3 2005/08/25 18:57:12 swegener Exp $ ECVS_CVS_COMMAND="cvs -q" ECVS_SERVER="savannah.gnu.org:/cvsroot/gnustep" @@ -21,9 +21,8 @@ KEYWORDS="~x86 ~ppc" LICENSE="GPL-2" SLOT="0" -IUSE="${IUSE}" +IUSE="" DEPEND="${GS_DEPEND}" RDEPEND="${GS_RDEPEND}" egnustep_install_domain "Local" - diff --git a/gnustep-apps/easydiff/easydiff-0.3.1_pre20050106.ebuild b/gnustep-apps/easydiff/easydiff-0.3.1_pre20050106.ebuild index 158aa20ce01f..d55ddd2b62a5 100644 --- a/gnustep-apps/easydiff/easydiff-0.3.1_pre20050106.ebuild +++ b/gnustep-apps/easydiff/easydiff-0.3.1_pre20050106.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/gnustep-apps/easydiff/easydiff-0.3.1_pre20050106.ebuild,v 1.1 2005/01/10 16:27:21 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/easydiff-0.3.1_pre20050106.ebuild,v 1.2 2005/08/25 18:57:12 swegener Exp $ ECVS_CVS_COMMAND="cvs -q" ECVS_SERVER="savannah.gnu.org:/cvsroot/gnustep" @@ -21,9 +21,8 @@ KEYWORDS="~x86 ~ppc" LICENSE="GPL-2" SLOT="0" -IUSE="${IUSE}" +IUSE="" DEPEND="${GS_DEPEND}" RDEPEND="${GS_RDEPEND}" egnustep_install_domain "Local" - diff --git a/gnustep-apps/easydiff/easydiff-0.3.1_pre20050312.ebuild b/gnustep-apps/easydiff/easydiff-0.3.1_pre20050312.ebuild index 1a088324db7a..4fb946b35bb1 100644 --- a/gnustep-apps/easydiff/easydiff-0.3.1_pre20050312.ebuild +++ b/gnustep-apps/easydiff/easydiff-0.3.1_pre20050312.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/gnustep-apps/easydiff/easydiff-0.3.1_pre20050312.ebuild,v 1.1 2005/03/17 21:00:52 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/easydiff-0.3.1_pre20050312.ebuild,v 1.2 2005/08/25 18:57:12 swegener Exp $ ECVS_CVS_COMMAND="cvs -q" ECVS_SERVER="savannah.gnu.org:/cvsroot/gnustep" @@ -21,10 +21,9 @@ KEYWORDS="~x86 ~ppc" LICENSE="GPL-2" SLOT="0" -IUSE="${IUSE}" +IUSE="" DEPEND="${GS_DEPEND}" RDEPEND="${GS_RDEPEND} dev-util/cvs" egnustep_install_domain "Local" - |