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/plan/plan-1.8.7.ebuild | |
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/plan/plan-1.8.7.ebuild')
-rw-r--r-- | app-office/plan/plan-1.8.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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" |