diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-05 21:01:16 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-05 21:01:16 +0000 |
commit | ede65f434530c2ee5da13d8ff6d9c3ee52d4d889 (patch) | |
tree | 4250f1b187085f95019f54943e008c3f164070c3 /app-text/aiksaurus | |
parent | Stable for amd64, wrt bug #428890 (diff) | |
download | gentoo-2-ede65f434530c2ee5da13d8ff6d9c3ee52d4d889.tar.gz gentoo-2-ede65f434530c2ee5da13d8ff6d9c3ee52d4d889.tar.bz2 gentoo-2-ede65f434530c2ee5da13d8ff6d9c3ee52d4d889.zip |
Keyword ~arm
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'app-text/aiksaurus')
-rw-r--r-- | app-text/aiksaurus/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/aiksaurus/aiksaurus-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/aiksaurus/ChangeLog b/app-text/aiksaurus/ChangeLog index 2425482d68c3..c7fde2775bad 100644 --- a/app-text/aiksaurus/ChangeLog +++ b/app-text/aiksaurus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/aiksaurus # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aiksaurus/ChangeLog,v 1.39 2012/05/29 22:09:43 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aiksaurus/ChangeLog,v 1.40 2012/08/05 21:01:16 blueness Exp $ + + 05 Aug 2012; Anthony G. Basile <blueness@gentoo.org> aiksaurus-1.2.1.ebuild: + Keyword ~arm 29 May 2012; Anthony G. Basile <blueness@gentoo.org> aiksaurus-1.2.1.ebuild: Keyword ~mips diff --git a/app-text/aiksaurus/aiksaurus-1.2.1.ebuild b/app-text/aiksaurus/aiksaurus-1.2.1.ebuild index 6fef17e78cea..dd80dc5b7a73 100644 --- a/app-text/aiksaurus/aiksaurus-1.2.1.ebuild +++ b/app-text/aiksaurus/aiksaurus-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aiksaurus/aiksaurus-1.2.1.ebuild,v 1.18 2012/05/29 22:09:43 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aiksaurus/aiksaurus-1.2.1.ebuild,v 1.19 2012/08/05 21:01:16 blueness Exp $ EAPI=2 inherit flag-o-matic eutils libtool @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="gtk" RDEPEND="gtk? ( x11-libs/gtk+:2 )" |