diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-06-24 17:28:38 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-06-24 17:28:38 +0000 |
commit | 8362ffa839a9a736348071893e2dc155edd546e0 (patch) | |
tree | 7ee09dd46117f05a3e75576bd82b296b3e582e7f /rox-extra | |
parent | dev-dotnet/monocalendar: initial version (fixing bug #88921) (diff) | |
download | gentoo-2-8362ffa839a9a736348071893e2dc155edd546e0.tar.gz gentoo-2-8362ffa839a9a736348071893e2dc155edd546e0.tar.bz2 gentoo-2-8362ffa839a9a736348071893e2dc155edd546e0.zip |
Adding ~amd64 keyword
(Portage version: 2.1.3_rc4)
Diffstat (limited to 'rox-extra')
-rw-r--r-- | rox-extra/rox-xplanet/ChangeLog | 5 | ||||
-rw-r--r-- | rox-extra/rox-xplanet/rox-xplanet-0.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/rox-extra/rox-xplanet/ChangeLog b/rox-extra/rox-xplanet/ChangeLog index e2782087945b..38e4106e950e 100644 --- a/rox-extra/rox-xplanet/ChangeLog +++ b/rox-extra/rox-xplanet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for rox-extra/rox-xplanet # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/rox-xplanet/ChangeLog,v 1.5 2007/03/23 18:15:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/rox-xplanet/ChangeLog,v 1.6 2007/06/24 17:28:38 lack Exp $ + + 24 Jun 2007; Jim Ramsay <lack@gentoo.org> rox-xplanet-0.0.2.ebuild: + Adding ~amd64 keyword 23 Mar 2007; Raúl Porcel <armin76@gentoo.org> rox-xplanet-0.0.2.ebuild: Stable on x86 wrt bug #171828. diff --git a/rox-extra/rox-xplanet/rox-xplanet-0.0.2.ebuild b/rox-extra/rox-xplanet/rox-xplanet-0.0.2.ebuild index 2df78c5bfe6d..31df4575089c 100644 --- a/rox-extra/rox-xplanet/rox-xplanet-0.0.2.ebuild +++ b/rox-extra/rox-xplanet/rox-xplanet-0.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/rox-xplanet/rox-xplanet-0.0.2.ebuild,v 1.2 2007/03/23 18:06:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/rox-xplanet/rox-xplanet-0.0.2.ebuild,v 1.3 2007/06/24 17:28:38 lack Exp $ ROX_LIB_VER=2.0.3 inherit rox @@ -12,7 +12,7 @@ SRC_URI="http://www.kerofin.demon.co.uk/rox/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" IUSE="" RDEPEND=">=x11-misc/xplanet-1.0" |