diff options
author | Alex Howells <astinus@gentoo.org> | 2005-05-03 23:23:41 +0000 |
---|---|---|
committer | Alex Howells <astinus@gentoo.org> | 2005-05-03 23:23:41 +0000 |
commit | 386bff3bbb67b45e7073331b15bf2cab19149d09 (patch) | |
tree | 2fcf8bb8dbe5f6de4c7ce7bce04edf6bb1a4d7cf | |
parent | added USE=doc (hey Spanky) and fixed creation of -toolset- links (diff) | |
download | gentoo-2-386bff3bbb67b45e7073331b15bf2cab19149d09.tar.gz gentoo-2-386bff3bbb67b45e7073331b15bf2cab19149d09.tar.bz2 gentoo-2-386bff3bbb67b45e7073331b15bf2cab19149d09.zip |
Updating to mark ~amd64 (-r1) testing, woopsie about it before.
(Portage version: 2.0.51.21)
-rw-r--r-- | dev-util/kodos/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/kodos/kodos-2.4.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/kodos/ChangeLog b/dev-util/kodos/ChangeLog index a177772a2e11..68c4cbbe86b5 100644 --- a/dev-util/kodos/ChangeLog +++ b/dev-util/kodos/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/kodos # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kodos/ChangeLog,v 1.9 2005/05/02 20:01:53 astinus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kodos/ChangeLog,v 1.10 2005/05/03 23:23:41 astinus Exp $ + + 04 May 2005; Alex Howells <astinus@gentoo.org> kodos-2.4.5-r1.ebuild: + Marking -r1 as ~amd64, bit of a woopsie about it before. 02 May 2005; Alex Howells <astinus@gentoo.org> kodos-2.4.5.ebuild: Marking ~amd64 with reference to Bug:91199 diff --git a/dev-util/kodos/kodos-2.4.5-r1.ebuild b/dev-util/kodos/kodos-2.4.5-r1.ebuild index fc3f3675a4bc..4932a18257e1 100644 --- a/dev-util/kodos/kodos-2.4.5-r1.ebuild +++ b/dev-util/kodos/kodos-2.4.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kodos/kodos-2.4.5-r1.ebuild,v 1.1 2005/02/22 18:08:37 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kodos/kodos-2.4.5-r1.ebuild,v 1.2 2005/05/03 23:23:41 astinus Exp $ inherit distutils eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/kodos/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc" +KEYWORDS="~x86 ~sparc ~amd64" IUSE="" DEPEND=">dev-python/PyQt-3.8.1" |