diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-04 15:25:37 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-04 15:25:37 +0000 |
commit | c382c9551fd40251fbd35c48b6321c004878a227 (patch) | |
tree | 81e3c422cf154df50d90683c225980792a89c611 /app-crypt | |
parent | Build disasm tool, fixes #257620 (diff) | |
download | gentoo-2-c382c9551fd40251fbd35c48b6321c004878a227.tar.gz gentoo-2-c382c9551fd40251fbd35c48b6321c004878a227.tar.bz2 gentoo-2-c382c9551fd40251fbd35c48b6321c004878a227.zip |
Add ~amd64 keyword
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gifshuffle/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/gifshuffle/gifshuffle-2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/gifshuffle/ChangeLog b/app-crypt/gifshuffle/ChangeLog index 9e936cd6c9b4..43843745c247 100644 --- a/app-crypt/gifshuffle/ChangeLog +++ b/app-crypt/gifshuffle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/gifshuffle -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gifshuffle/ChangeLog,v 1.1 2007/09/18 15:18:23 drizzt Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gifshuffle/ChangeLog,v 1.2 2009/02/04 15:25:37 drizzt Exp $ + + 04 Feb 2009; <drizzt@gentoo.org> gifshuffle-2.0.ebuild: + Add ~amd64 keyword *gifshuffle-2.0 (18 Sep 2007) diff --git a/app-crypt/gifshuffle/gifshuffle-2.0.ebuild b/app-crypt/gifshuffle/gifshuffle-2.0.ebuild index 947a0ca6c98d..b03aaaf2ab7f 100644 --- a/app-crypt/gifshuffle/gifshuffle-2.0.ebuild +++ b/app-crypt/gifshuffle/gifshuffle-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gifshuffle/gifshuffle-2.0.ebuild,v 1.1 2007/09/18 15:18:23 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gifshuffle/gifshuffle-2.0.ebuild,v 1.2 2009/02/04 15:25:37 drizzt Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.darkside.com.au/gifshuffle/${PN}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" |