diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-14 08:03:26 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-14 08:03:26 +0000 |
commit | d149082bda8460dfcee75af41e0b0ab49bf39a15 (patch) | |
tree | 3a64ecab61f06d697b3ba3a826bb99b5079f043c /media-libs/libcue | |
parent | Insert python_need_rebuild to pkg_postinst wrt #244575. (diff) | |
download | gentoo-2-d149082bda8460dfcee75af41e0b0ab49bf39a15.tar.gz gentoo-2-d149082bda8460dfcee75af41e0b0ab49bf39a15.tar.bz2 gentoo-2-d149082bda8460dfcee75af41e0b0ab49bf39a15.zip |
Keyword ~x86, thanks to Poly-C for testing at #gentoo-x86.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libcue')
-rw-r--r-- | media-libs/libcue/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libcue/libcue-1.3.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/media-libs/libcue/ChangeLog b/media-libs/libcue/ChangeLog index 0960ba3e086c..b3d00a9191c2 100644 --- a/media-libs/libcue/ChangeLog +++ b/media-libs/libcue/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libcue # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcue/ChangeLog,v 1.1 2009/05/12 09:23:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcue/ChangeLog,v 1.2 2009/05/14 08:03:26 ssuominen Exp $ + + 14 May 2009; Samuli Suominen <ssuominen@gentoo.org> libcue-1.3.0.ebuild: + Keyword ~x86, thanks to Poly-C for testing at #gentoo-x86. *libcue-1.3.0 (12 May 2009) diff --git a/media-libs/libcue/libcue-1.3.0.ebuild b/media-libs/libcue/libcue-1.3.0.ebuild index ab89ce33e572..02aefb89b914 100644 --- a/media-libs/libcue/libcue-1.3.0.ebuild +++ b/media-libs/libcue/libcue-1.3.0.ebuild @@ -1,16 +1,15 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcue/libcue-1.3.0.ebuild,v 1.1 2009/05/12 09:23:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcue/libcue-1.3.0.ebuild,v 1.2 2009/05/14 08:03:26 ssuominen Exp $ EAPI=2 - DESCRIPTION="CUE Sheet Parser Library" HOMEPAGE="http://libcue.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" |