diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-02 15:31:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-02 15:31:43 +0000 |
commit | 00986e7195fd98e24957daa9c5bba38a6b44cadd (patch) | |
tree | 71743015bda025f8f9c28e21a13e4e3273fd023f /app-office | |
parent | removed glibc 2.3.4 mask (diff) | |
download | gentoo-2-00986e7195fd98e24957daa9c5bba38a6b44cadd.tar.gz gentoo-2-00986e7195fd98e24957daa9c5bba38a6b44cadd.tar.bz2 gentoo-2-00986e7195fd98e24957daa9c5bba38a6b44cadd.zip |
sync IUSE (missing)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/plan/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/plan/plan-1.8.6.ebuild | 3 | ||||
-rw-r--r-- | app-office/plan/plan-1.8.7.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/app-office/plan/ChangeLog b/app-office/plan/ChangeLog index 81e87adfb6ad..76d2604fa1b0 100644 --- a/app-office/plan/ChangeLog +++ b/app-office/plan/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/plan # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v 1.6 2004/06/24 22:44:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v 1.7 2004/07/02 15:31:43 agriffis Exp $ + + 02 Jul 2004; Aron Griffis <agriffis@gentoo.org> plan-1.8.6.ebuild, + plan-1.8.7.ebuild: + sync IUSE (missing) 19 Jun 2004; Jason Wever <weeve@gentoo.org> plan-1.8.6.ebuild: Stable on sparc. diff --git a/app-office/plan/plan-1.8.6.ebuild b/app-office/plan/plan-1.8.6.ebuild index 95786a56d7ce..921df3bc079b 100644 --- a/app-office/plan/plan-1.8.6.ebuild +++ b/app-office/plan/plan-1.8.6.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/app-office/plan/plan-1.8.6.ebuild,v 1.6 2004/06/24 22:44:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.8.6.ebuild,v 1.7 2004/07/02 15:31:43 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="ftp://plan.ftp.fu-berlin.de/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~x86 sparc" +IUSE="" DEPEND="virtual/x11 x11-libs/openmotif" diff --git a/app-office/plan/plan-1.8.7.ebuild b/app-office/plan/plan-1.8.7.ebuild index 2e5eca07e1ad..36a8a87467a5 100644 --- a/app-office/plan/plan-1.8.7.ebuild +++ b/app-office/plan/plan-1.8.7.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/app-office/plan/plan-1.8.7.ebuild,v 1.2 2004/06/24 22:44:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.8.7.ebuild,v 1.3 2004/07/02 15:31:43 agriffis Exp $ inherit eutils @@ -12,6 +12,7 @@ SRC_URI="ftp://plan.ftp.fu-berlin.de/${P}.tar.gz LICENSE="as-is" SLOT="0" KEYWORDS="~x86 ~sparc ~ppc" +IUSE="" DEPEND="virtual/x11 x11-libs/openmotif" |