diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-12-10 22:37:29 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-12-10 22:37:29 +0000 |
commit | f4cc5d48c1a4e8afd61416cea078fa01b8851b92 (patch) | |
tree | cacaea671207f3495dbdb1a1a1b121d186e3c19f /app-crypt | |
parent | stable on sparc (diff) | |
download | gentoo-2-f4cc5d48c1a4e8afd61416cea078fa01b8851b92.tar.gz gentoo-2-f4cc5d48c1a4e8afd61416cea078fa01b8851b92.tar.bz2 gentoo-2-f4cc5d48c1a4e8afd61416cea078fa01b8851b92.zip |
amd64 keyword
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/rotix/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/rotix/Manifest | 4 | ||||
-rw-r--r-- | app-crypt/rotix/rotix-0.83.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-crypt/rotix/ChangeLog b/app-crypt/rotix/ChangeLog index 4ff88efd633d..ce78ae2c1747 100644 --- a/app-crypt/rotix/ChangeLog +++ b/app-crypt/rotix/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-crypt/rotix # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/ChangeLog,v 1.3 2003/10/01 09:39:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/ChangeLog,v 1.4 2003/12/10 22:35:28 avenj Exp $ + + 10 Dec 2003; Jon Portnoy <avenj@gentoo.org> rotix-0.83.ebuild : + AMD64 keyword. *rotix-0.83 (20 Dec 2002) 20 Dec 2002; Jon Portnoy <avenj@gentoo.org> rotix-0.83.ebuild : - Initial import into the tree. + Initial import. diff --git a/app-crypt/rotix/Manifest b/app-crypt/rotix/Manifest index 42ab03e3fc1a..932f7428c183 100644 --- a/app-crypt/rotix/Manifest +++ b/app-crypt/rotix/Manifest @@ -1,4 +1,4 @@ -MD5 d009da64fd3abcf4bc3934b017dbbddc rotix-0.83.ebuild 715 -MD5 cd49e66f84835a1b8a6640e3cacb8a9e ChangeLog 338 +MD5 e345677f9bedfa7ee8390f974f5055a7 rotix-0.83.ebuild 721 +MD5 a4e4959860dc4da755291d8b423d164d ChangeLog 411 MD5 75ed528e33e83ac57ce987793d740b5c metadata.xml 245 MD5 a901d0d445568a86bc90107e50c3b025 files/digest-rotix-0.83 62 diff --git a/app-crypt/rotix/rotix-0.83.ebuild b/app-crypt/rotix/rotix-0.83.ebuild index 7d865797dd1f..6fa84bc4d3a1 100644 --- a/app-crypt/rotix/rotix-0.83.ebuild +++ b/app-crypt/rotix/rotix-0.83.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/rotix-0.83.ebuild,v 1.6 2003/10/01 15:04:44 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/rotix-0.83.ebuild,v 1.7 2003/12/10 22:35:28 avenj Exp $ S=${WORKDIR}/${P} DESCRIPTION="Rotix allows you to generate rotational obfuscations." @@ -9,7 +9,7 @@ SRC_URI="http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/${P}/${P}.tar.b LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ia64" +KEYWORDS="x86 ~ppc ia64 amd64" IUSE="nls" |