diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-04-28 17:51:39 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-04-28 17:51:39 +0000 |
commit | ec974df4df334afc3f11e275bbc7de269fa09ec9 (patch) | |
tree | 3f951a217ce03f7cb49a2cb14265c0fabda273f2 /media-libs | |
parent | Fix *initd, *confd and *envd calls (#173884, #174266) (diff) | |
download | gentoo-2-ec974df4df334afc3f11e275bbc7de269fa09ec9.tar.gz gentoo-2-ec974df4df334afc3f11e275bbc7de269fa09ec9.tar.bz2 gentoo-2-ec974df4df334afc3f11e275bbc7de269fa09ec9.zip |
Stable on ppc64; bug #166824
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libcddb/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libcddb/libcddb-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libcddb/ChangeLog b/media-libs/libcddb/ChangeLog index c2ccc91afc60..810ccd04162a 100644 --- a/media-libs/libcddb/ChangeLog +++ b/media-libs/libcddb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libcddb # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcddb/ChangeLog,v 1.37 2007/04/28 13:13:05 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcddb/ChangeLog,v 1.38 2007/04/28 17:51:39 corsair Exp $ + + 28 Apr 2007; Markus Rothe <corsair@gentoo.org> libcddb-1.3.0.ebuild: + Stable on ppc64; bug #166824 28 Apr 2007; nixnut <nixnut@gentoo.org> libcddb-1.3.0.ebuild: Stable on ppc wrt bug 166824 diff --git a/media-libs/libcddb/libcddb-1.3.0.ebuild b/media-libs/libcddb/libcddb-1.3.0.ebuild index a840c33540c7..5ddda708e13e 100644 --- a/media-libs/libcddb/libcddb-1.3.0.ebuild +++ b/media-libs/libcddb/libcddb-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcddb/libcddb-1.3.0.ebuild,v 1.8 2007/04/28 13:13:05 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcddb/libcddb-1.3.0.ebuild,v 1.9 2007/04/28 17:51:39 corsair Exp $ inherit libtool @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" RESTRICT="test" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~sh sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh sparc ~x86 ~x86-fbsd" IUSE="doc" DEPEND="doc? ( app-doc/doxygen )" |