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
commitc98c5cce617194b0c04db52bb69c582fb363c3fb (patch)
tree9ce8fd9877033a0cac0a2da099a580b176d76d79 /dev-tex
parentMarked stable on x86 (diff)
downloadhistorical-c98c5cce617194b0c04db52bb69c582fb363c3fb.tar.gz
historical-c98c5cce617194b0c04db52bb69c582fb363c3fb.tar.bz2
historical-c98c5cce617194b0c04db52bb69c582fb363c3fb.zip
Fixed missing IUSE
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/aastex/Manifest2
-rw-r--r--dev-tex/aastex/aastex-5.2.ebuild6
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-tex/aastex/Manifest b/dev-tex/aastex/Manifest
index 33a19b978bf4..8f46ebfc2877 100644
--- a/dev-tex/aastex/Manifest
+++ b/dev-tex/aastex/Manifest
@@ -1,5 +1,5 @@
MD5 00cd6bcda739bb8e37e99f97f84e8486 aastex-5.0.2.ebuild 604
-MD5 d9f9f246d3e5df181a652b2202cd1c79 aastex-5.2.ebuild 613
+MD5 4e4d27bdc52479367634b1ea67b69c30 aastex-5.2.ebuild 616
MD5 8f7cd5f3b36282374b5191d5a3baab5b ChangeLog 756
MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164
MD5 1a65d245efe9b9ea53b2c850aefc3de3 files/digest-aastex-5.2 61
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"
+