diff options
author | Jason Wever <weeve@gentoo.org> | 2005-11-29 03:05:35 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-11-29 03:05:35 +0000 |
commit | 2b51a26d6b15a1854c811f73c69f1969a9255a0e (patch) | |
tree | dbf691f3036a85dfce6b2cdc8bf7fae6fbfa0ef9 /dev-cpp/libebt | |
parent | add support for modular X when gcj/gtk (diff) | |
download | historical-2b51a26d6b15a1854c811f73c69f1969a9255a0e.tar.gz historical-2b51a26d6b15a1854c811f73c69f1969a9255a0e.tar.bz2 historical-2b51a26d6b15a1854c811f73c69f1969a9255a0e.zip |
Added ~sparc keyword by popular request.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'dev-cpp/libebt')
-rw-r--r-- | dev-cpp/libebt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/libebt/Manifest | 14 | ||||
-rw-r--r-- | dev-cpp/libebt/libebt-0.8.2.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/dev-cpp/libebt/ChangeLog b/dev-cpp/libebt/ChangeLog index 9c24ef49f612..eb11ed243fc7 100644 --- a/dev-cpp/libebt/ChangeLog +++ b/dev-cpp/libebt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/libebt # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libebt/ChangeLog,v 1.1 2005/11/25 12:31:27 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libebt/ChangeLog,v 1.2 2005/11/29 03:05:35 weeve Exp $ + + 29 Nov 2005; Jason Wever <weeve@gentoo.org> libebt-0.8.2.ebuild: + Added ~sparc keyword by popular request. *libebt-0.8.2 (25 Nov 2005) diff --git a/dev-cpp/libebt/Manifest b/dev-cpp/libebt/Manifest index 9956252715d2..d8ff3b131078 100644 --- a/dev-cpp/libebt/Manifest +++ b/dev-cpp/libebt/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 bf7bd6290f1f449cd585c282c27f5b94 ChangeLog 338 +MD5 b3bb33138651774ca75e6f158197deaa ChangeLog 447 MD5 4d2a12dae8034b77b03aeadb458749fb files/digest-libebt-0.8.2 65 -MD5 679ea6d879d532697e6db8037a984200 libebt-0.8.2.ebuild 799 +MD5 183cd478ae666881e85b9db4f8192d8a libebt-0.8.2.ebuild 804 MD5 49b5ca6a324b8f95eba6721c1e5e7793 metadata.xml 582 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDhwQwEZCkKN40op4RAkJfAJ40a4Dg1VKB3FEsGCUZZyUjp0InZwCcDI3P -lywm3xDEOGBMzBwtvpYrIYw= -=24dw ------END PGP SIGNATURE----- diff --git a/dev-cpp/libebt/libebt-0.8.2.ebuild b/dev-cpp/libebt/libebt-0.8.2.ebuild index 052199833227..9911f74983a2 100644 --- a/dev-cpp/libebt/libebt-0.8.2.ebuild +++ b/dev-cpp/libebt/libebt-0.8.2.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-cpp/libebt/libebt-0.8.2.ebuild,v 1.1 2005/11/25 12:31:27 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libebt/libebt-0.8.2.ebuild,v 1.2 2005/11/29 03:05:35 weeve Exp $ DESCRIPTION="A pure C++ template library that provides a clean way of getting human-readable backtrace messages." HOMEPAGE="http://libebt.berlios.de/" @@ -8,7 +8,7 @@ SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~sparc ~x86" IUSE="doc" DEPEND="doc? ( app-doc/doxygen )" |