diff options
author | David Holm <dholm@gentoo.org> | 2004-03-23 20:38:03 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-03-23 20:38:03 +0000 |
commit | bdfa1a63aaf7e85207aac295e788fe5bdc4d2700 (patch) | |
tree | be659bc7acb6eaf1ae693f04a2f26643175933d8 /dev-java/fesi | |
parent | inital import based off bug #26132. Still work in progress. I want toautomate... (diff) | |
download | historical-bdfa1a63aaf7e85207aac295e788fe5bdc4d2700.tar.gz historical-bdfa1a63aaf7e85207aac295e788fe5bdc4d2700.tar.bz2 historical-bdfa1a63aaf7e85207aac295e788fe5bdc4d2700.zip |
Backed out of ~ppc
Diffstat (limited to 'dev-java/fesi')
-rw-r--r-- | dev-java/fesi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/fesi/fesi-1.1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/fesi/ChangeLog b/dev-java/fesi/ChangeLog index bc335927d9ad..ba8179ec665a 100644 --- a/dev-java/fesi/ChangeLog +++ b/dev-java/fesi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/fesi # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fesi/ChangeLog,v 1.6 2004/03/22 19:57:19 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fesi/ChangeLog,v 1.7 2004/03/23 20:26:28 dholm Exp $ + + 23 Mar 2004; David Holm <dholm@gentoo.org> fesi-1.1.5.ebuild: + Backed out of ~ppc. 07 Mar 2004; David Holm <dholm@gentoo.org> fesi-1.1.5.ebuild: Added to ~ppc. diff --git a/dev-java/fesi/fesi-1.1.5.ebuild b/dev-java/fesi/fesi-1.1.5.ebuild index 8a2bc84655f4..5d101f4b5417 100644 --- a/dev-java/fesi/fesi-1.1.5.ebuild +++ b/dev-java/fesi/fesi-1.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fesi/fesi-1.1.5.ebuild,v 1.2 2004/03/22 19:57:19 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fesi/fesi-1.1.5.ebuild,v 1.3 2004/03/23 20:26:28 dholm Exp $ inherit java-pkg @@ -11,7 +11,7 @@ DEPEND=">=virtual/jre-1.4" LICENSE="LGPL-2.1" SLOT="0" IUSE="doc" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86" S=${WORKDIR}/${PN} |