diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-03-09 03:28:15 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-03-09 03:28:15 +0000 |
commit | 6f9e5463824c1405ac8ca58c195938f1219cfa50 (patch) | |
tree | 560b743f28d04f56c300a8d2c922392ef6dc89ab /dev-libs/ptypes | |
parent | New ebuild (Manifest recommit) (diff) | |
download | gentoo-2-6f9e5463824c1405ac8ca58c195938f1219cfa50.tar.gz gentoo-2-6f9e5463824c1405ac8ca58c195938f1219cfa50.tar.bz2 gentoo-2-6f9e5463824c1405ac8ca58c195938f1219cfa50.zip |
added ~amd64 to keywords
Diffstat (limited to 'dev-libs/ptypes')
-rw-r--r-- | dev-libs/ptypes/ptypes-1.8.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/ptypes/ptypes-1.8.3.ebuild b/dev-libs/ptypes/ptypes-1.8.3.ebuild index de5f2ebc2123..25e1c6e39de7 100644 --- a/dev-libs/ptypes/ptypes-1.8.3.ebuild +++ b/dev-libs/ptypes/ptypes-1.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptypes/ptypes-1.8.3.ebuild,v 1.1 2003/10/01 19:15:34 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptypes/ptypes-1.8.3.ebuild,v 1.2 2004/03/09 03:28:15 jhuebel Exp $ DESCRIPTION="PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking." @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" |