diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-10-19 19:56:05 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-10-19 19:56:05 +0000 |
commit | 38e0ebaff5a63b7a71f2b4ed0de30c15d146977f (patch) | |
tree | 5b6c214d537f571791e74b307f58763aa168900e /app-accessibility | |
parent | Call no-op default phases for each implementation (meaningless but more corre... (diff) | |
download | gentoo-2-38e0ebaff5a63b7a71f2b4ed0de30c15d146977f.tar.gz gentoo-2-38e0ebaff5a63b7a71f2b4ed0de30c15d146977f.tar.bz2 gentoo-2-38e0ebaff5a63b7a71f2b4ed0de30c15d146977f.zip |
Add ~amd64, wrt bug #438864
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/sound-icons/ChangeLog | 8 | ||||
-rw-r--r-- | app-accessibility/sound-icons/sound-icons-0.1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-accessibility/sound-icons/ChangeLog b/app-accessibility/sound-icons/ChangeLog index 3b8f8835a0e5..6df7ed9230bc 100644 --- a/app-accessibility/sound-icons/ChangeLog +++ b/app-accessibility/sound-icons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/sound-icons -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sound-icons/ChangeLog,v 1.2 2009/04/01 18:11:40 williamh Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sound-icons/ChangeLog,v 1.3 2012/10/19 19:56:05 ago Exp $ + + 19 Oct 2012; Agostino Sarubbo <ago@gentoo.org> sound-icons-0.1.ebuild: + Add ~amd64, wrt bug #438864 01 Apr 2009; William Hubbs <williamh@gentoo.org> sound-icons-0.1.ebuild: Stable on x86. @@ -13,4 +16,3 @@ 12 Sep 2007; William Hubbs <williamh@gentoo.org> +metadata.xml, +sound-icons-0.1.ebuild: Initial commit. - diff --git a/app-accessibility/sound-icons/sound-icons-0.1.ebuild b/app-accessibility/sound-icons/sound-icons-0.1.ebuild index 2333646fe2d6..7831e351ba0a 100644 --- a/app-accessibility/sound-icons/sound-icons-0.1.ebuild +++ b/app-accessibility/sound-icons/sound-icons-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sound-icons/sound-icons-0.1.ebuild,v 1.2 2009/04/01 18:11:40 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sound-icons/sound-icons-0.1.ebuild,v 1.3 2012/10/19 19:56:05 ago Exp $ DESCRIPTION="a collection of Sound Icons for speech-dispatcher" HOMEPAGE="http://www.freebsoft.org" @@ -8,7 +8,7 @@ SRC_URI="http://www.freebsoft.org/pub/projects/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" IUSE="" RDEPEND="app-accessibility/speech-dispatcher" |