diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-30 16:41:07 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-30 16:41:07 +0000 |
commit | b1a73aa0d68176e2f40aaa08c3d34e91f1d210b6 (patch) | |
tree | d368b34ff440110d7c21cbf1dfd339295bde9064 /media-libs/libclastfm | |
parent | dev-libs/crypto++: Revbump. Add new revision of fix_build_system.patch to add... (diff) | |
download | gentoo-2-b1a73aa0d68176e2f40aaa08c3d34e91f1d210b6.tar.gz gentoo-2-b1a73aa0d68176e2f40aaa08c3d34e91f1d210b6.tar.bz2 gentoo-2-b1a73aa0d68176e2f40aaa08c3d34e91f1d210b6.zip |
Stable for AMD64, wrt bug #401417
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libclastfm')
-rw-r--r-- | media-libs/libclastfm/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libclastfm/libclastfm-0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/libclastfm/ChangeLog b/media-libs/libclastfm/ChangeLog index 57464282ddf1..391bc39c03ac 100644 --- a/media-libs/libclastfm/ChangeLog +++ b/media-libs/libclastfm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libclastfm -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libclastfm/ChangeLog,v 1.1 2011/10/26 18:02:15 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libclastfm/ChangeLog,v 1.2 2012/01/30 16:41:07 ago Exp $ + + 30 Jan 2012; Agostino Sarubbo <ago@gentoo.org> libclastfm-0.4.ebuild: + Stable for AMD64, wrt bug #401417 *libclastfm-0.4 (26 Oct 2011) diff --git a/media-libs/libclastfm/libclastfm-0.4.ebuild b/media-libs/libclastfm/libclastfm-0.4.ebuild index c4ff1de41ce3..3df1721e247d 100644 --- a/media-libs/libclastfm/libclastfm-0.4.ebuild +++ b/media-libs/libclastfm/libclastfm-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libclastfm/libclastfm-0.4.ebuild,v 1.1 2011/10/26 18:02:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libclastfm/libclastfm-0.4.ebuild,v 1.2 2012/01/30 16:41:07 ago Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/liblastfm/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="static-libs" RDEPEND="net-misc/curl" |