diff options
author | 2004-12-28 20:58:16 +0000 | |
---|---|---|
committer | 2004-12-28 20:58:16 +0000 | |
commit | ffcd32ad3ed500395e261fd4c1b57281c5f8c04f (patch) | |
tree | 87859f9df12e0e341c25f46b1fd977ab7dc70621 /dev-tex/achemso | |
parent | Fixed ChangeLog header. (Manifest recommit) (diff) | |
download | gentoo-2-ffcd32ad3ed500395e261fd4c1b57281c5f8c04f.tar.gz gentoo-2-ffcd32ad3ed500395e261fd4c1b57281c5f8c04f.tar.bz2 gentoo-2-ffcd32ad3ed500395e261fd4c1b57281c5f8c04f.zip |
Keywords ~amd64.
Diffstat (limited to 'dev-tex/achemso')
-rw-r--r-- | dev-tex/achemso/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/achemso/achemso-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tex/achemso/ChangeLog b/dev-tex/achemso/ChangeLog index cb272edaa8e7..fd2916423677 100644 --- a/dev-tex/achemso/ChangeLog +++ b/dev-tex/achemso/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/achemso # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/achemso/ChangeLog,v 1.5 2004/10/05 06:45:41 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/achemso/ChangeLog,v 1.6 2004/12/28 20:57:00 absinthe Exp $ + + 28 Dec 2004; Dylan Carlson <absinthe@gentoo.org> achemso-1.0.ebuild: + Keywords ~amd64. 05 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> achemso-1.0.ebuild: Added app-arch/unzip to DEPEND and marked stable on alpha and ppc. diff --git a/dev-tex/achemso/achemso-1.0.ebuild b/dev-tex/achemso/achemso-1.0.ebuild index 02672c5d48c5..228ca19f00fb 100644 --- a/dev-tex/achemso/achemso-1.0.ebuild +++ b/dev-tex/achemso/achemso-1.0.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/dev-tex/achemso/achemso-1.0.ebuild,v 1.6 2004/10/05 06:45:41 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/achemso/achemso-1.0.ebuild,v 1.7 2004/12/28 20:57:00 absinthe Exp $ inherit latex-package S=${WORKDIR} @@ -10,5 +10,5 @@ HOMEPAGE="http://www.homenet.se/matsd/latex/" LICENSE="LPPL-1.2" #custom, LPPL-like SLOT="0" IUSE="" -KEYWORDS="x86 alpha ppc ~sparc" +KEYWORDS="x86 alpha ppc ~sparc ~amd64" DEPEND="app-arch/unzip" |