summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gardiner <obz@gentoo.org>2004-04-26 12:41:41 +0000
committerMike Gardiner <obz@gentoo.org>2004-04-26 12:41:41 +0000
commit030f5e526013d6e3604df91642becf4d33a71a8c (patch)
tree40aac7108e2da121e026b56a9308a413951089e7
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-2-030f5e526013d6e3604df91642becf4d33a71a8c.tar.gz
gentoo-2-030f5e526013d6e3604df91642becf4d33a71a8c.tar.bz2
gentoo-2-030f5e526013d6e3604df91642becf4d33a71a8c.zip
Fixed missing IUSE
-rw-r--r--dev-tex/aastex/aastex-5.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-tex/aastex/aastex-5.2.ebuild b/dev-tex/aastex/aastex-5.2.ebuild
index 31fd183945c0..e2c7da35c55e 100644
--- a/dev-tex/aastex/aastex-5.2.ebuild
+++ b/dev-tex/aastex/aastex-5.2.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-tex/aastex/aastex-5.2.ebuild,v 1.2 2004/04/13 12:44:41 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/aastex/aastex-5.2.ebuild,v 1.3 2004/04/26 12:41:41 obz Exp $
inherit latex-package
@@ -9,7 +9,9 @@ S=${WORKDIR}/${MY_P}
DESCRIPTION="LaTeX package used to mark up manuscripts for American Astronomical Society journals. (AASTeX)"
HOMEPAGE="http://www.journals.uchicago.edu/AAS/AASTeX/"
SRC_URI="http://www.journals.uchicago.edu/AAS/AASTeX/${MY_P}.tar.gz"
+LICENSE="as-is"
SLOT="0"
-LICENSE="as-is"
+IUSE=""
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~amd64"
+