diff options
author | George Shapovalov <george@gentoo.org> | 2002-07-18 04:09:20 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-07-18 04:09:20 +0000 |
commit | 489a32a518774f8a36538f2c966a5508c7047a58 (patch) | |
tree | b407fe8695cfdb3e5676d0a7db3e4fb9e6cb8505 /app-sci/oregano | |
parent | added license for scilab (diff) | |
download | gentoo-2-489a32a518774f8a36538f2c966a5508c7047a58.tar.gz gentoo-2-489a32a518774f8a36538f2c966a5508c7047a58.tar.bz2 gentoo-2-489a32a518774f8a36538f2c966a5508c7047a58.zip |
few more KEYWORDS/LICENSE/SLOT clean-ups
Diffstat (limited to 'app-sci/oregano')
-rw-r--r-- | app-sci/oregano/oregano-0.23.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-sci/oregano/oregano-0.23.ebuild b/app-sci/oregano/oregano-0.23.ebuild index 2166dd08364c..cec1137ff3a4 100644 --- a/app-sci/oregano/oregano-0.23.ebuild +++ b/app-sci/oregano/oregano-0.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/oregano/oregano-0.23.ebuild,v 1.1 2002/06/13 07:35:44 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/oregano/oregano-0.23.ebuild,v 1.2 2002/07/18 04:09:19 george Exp $ DESCRIPTION="This is a sample skeleton ebuild file" HOMEPAGE="http://oregano.codefactory.se/" @@ -11,6 +11,7 @@ RDEPEND="${DEPEND}" SRC_URI="ftp://ftp.codefactory.se/pub/CodeFactory/software/oregano/${P}.tar.gz" S=${WORKDIR}/${P} SLOT="0" +KEYWORDS="x86" src_compile() { local myconf |