diff options
-rw-r--r-- | dev-libs/libvformat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libvformat/libvformat-1.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libvformat/ChangeLog b/dev-libs/libvformat/ChangeLog index 0127bb94ae59..8d192b431b72 100644 --- a/dev-libs/libvformat/ChangeLog +++ b/dev-libs/libvformat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libvformat # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.4 2006/09/21 19:31:21 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.5 2006/09/22 12:16:22 blubb Exp $ + + 22 Sep 2006; <blubb@gentoo.org> libvformat-1.13.ebuild: + marked stable on amd64 21 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> libvformat-1.13.ebuild: diff --git a/dev-libs/libvformat/libvformat-1.13.ebuild b/dev-libs/libvformat/libvformat-1.13.ebuild index c6f9a61956c2..33471055fbbe 100644 --- a/dev-libs/libvformat/libvformat-1.13.ebuild +++ b/dev-libs/libvformat/libvformat-1.13.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-libs/libvformat/libvformat-1.13.ebuild,v 1.4 2006/09/21 19:31:21 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13.ebuild,v 1.5 2006/09/22 12:16:22 blubb Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/libv/${PN}/${PN}_${PV}.orig.tar.gz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" S="${WORKDIR}/${P}.orig" |