diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-06-14 03:50:18 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-06-14 03:50:18 +0000 |
commit | 648466b352b4f07e88930bde5b2d609d80f01fcd (patch) | |
tree | 2919e3c8db649f7ad04d336adcbecd6cb7302c09 /dev-util | |
parent | Add ~amd64, #108202. (diff) | |
download | gentoo-2-648466b352b4f07e88930bde5b2d609d80f01fcd.tar.gz gentoo-2-648466b352b4f07e88930bde5b2d609d80f01fcd.tar.bz2 gentoo-2-648466b352b4f07e88930bde5b2d609d80f01fcd.zip |
Stable on alpha and amd64.
(Portage version: 2.1)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cproto/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cproto/cproto-4.7e.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cproto/ChangeLog b/dev-util/cproto/ChangeLog index 73d1b4581634..f2fb8c92c75c 100644 --- a/dev-util/cproto/ChangeLog +++ b/dev-util/cproto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cproto # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cproto/ChangeLog,v 1.15 2006/05/12 05:05:28 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cproto/ChangeLog,v 1.16 2006/06/14 03:50:18 tcort Exp $ + + 14 Jun 2006; Thomas Cort <tcort@gentoo.org> cproto-4.7e.ebuild: + Stable on alpha and amd64. *cproto-4.7e (12 May 2006) diff --git a/dev-util/cproto/cproto-4.7e.ebuild b/dev-util/cproto/cproto-4.7e.ebuild index 8dad37e368c6..58a9240acf16 100644 --- a/dev-util/cproto/cproto-4.7e.ebuild +++ b/dev-util/cproto/cproto-4.7e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cproto/cproto-4.7e.ebuild,v 1.1 2006/05/12 05:05:28 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cproto/cproto-4.7e.ebuild,v 1.2 2006/06/14 03:50:18 tcort Exp $ MY_PV="4_7e" MY_P="${PN}-${MY_PV}" @@ -12,7 +12,7 @@ SRC_URI="ftp://invisible-island.net/cproto/${MY_P}.tgz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc-macos ~x86" +KEYWORDS="alpha amd64 ~ppc ~ppc-macos ~x86" IUSE="" DEPEND="virtual/libc" |