diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-06-02 17:34:54 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-06-02 17:34:54 +0000 |
commit | dd4464554ee14f9089dd0ce92ac4fa6fc47b361c (patch) | |
tree | f9a5322f38b5bc9ea6c0e1bdb3dc17efe3e343c0 /dev-libs | |
parent | Remove obsolete version. (diff) | |
download | gentoo-2-dd4464554ee14f9089dd0ce92ac4fa6fc47b361c.tar.gz gentoo-2-dd4464554ee14f9089dd0ce92ac4fa6fc47b361c.tar.bz2 gentoo-2-dd4464554ee14f9089dd0ce92ac4fa6fc47b361c.zip |
x86
(Portage version: 2.0.54-r2)
Diffstat (limited to 'dev-libs')
-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 b58f18032e50..1edefa336eda 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.1 2006/04/22 08:29:10 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.2 2006/06/02 17:34:54 mrness Exp $ + + 02 Jun 2006; Alin Nastac <mrness@gentoo.org> libvformat-1.13.ebuild: + Stable on x86. *libvformat-1.13 (22 Apr 2006) diff --git a/dev-libs/libvformat/libvformat-1.13.ebuild b/dev-libs/libvformat/libvformat-1.13.ebuild index ea680f1b08f9..32ad3e37f840 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.1 2006/04/22 08:29:10 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13.ebuild,v 1.2 2006/06/02 17:34:54 mrness 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 ~x86" +KEYWORDS="~amd64 x86" IUSE="" S="${WORKDIR}/${P}.orig" |