diff options
author | Jason Wever <weeve@gentoo.org> | 2004-12-14 02:55:03 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-12-14 02:55:03 +0000 |
commit | a0423500210122a6cc1b29ebab68ef8535dc9681 (patch) | |
tree | e865f7723860818b9055bf3dcb51115c0c52f87d /dev-libs/libvc | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-a0423500210122a6cc1b29ebab68ef8535dc9681.tar.gz gentoo-2-a0423500210122a6cc1b29ebab68ef8535dc9681.tar.bz2 gentoo-2-a0423500210122a6cc1b29ebab68ef8535dc9681.zip |
Stable on sparc.
Diffstat (limited to 'dev-libs/libvc')
-rw-r--r-- | dev-libs/libvc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libvc/libvc-003.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libvc/ChangeLog b/dev-libs/libvc/ChangeLog index 18bde494db44..160b36ddbfa7 100644 --- a/dev-libs/libvc/ChangeLog +++ b/dev-libs/libvc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libvc # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvc/ChangeLog,v 1.5 2004/06/24 23:25:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvc/ChangeLog,v 1.6 2004/12/14 02:54:12 weeve Exp $ + + 13 Dec 2004; Jason Wever <weeve@gentoo.org> libvc-003.ebuild: + Stable on sparc. 07 Jun 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml, libvc-003.ebuild: diff --git a/dev-libs/libvc/libvc-003.ebuild b/dev-libs/libvc/libvc-003.ebuild index 609344e92aae..2c521d04934a 100644 --- a/dev-libs/libvc/libvc-003.ebuild +++ b/dev-libs/libvc/libvc-003.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvc/libvc-003.ebuild,v 1.7 2004/10/05 13:29:00 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvc/libvc-003.ebuild,v 1.8 2004/12/14 02:54:12 weeve Exp $ DESCRIPTION="vCard library (rolo)" HOMEPAGE="http://rolo.sourceforge.net/" @@ -9,7 +9,7 @@ RESTRICT="nomirror" LICENSE="LGPL-2.1" SLOT="0" IUSE="" -KEYWORDS="x86 ppc ~sparc alpha" +KEYWORDS="x86 ppc sparc alpha" src_install() { emake DESTDIR=${D} install |