summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-01 22:52:31 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-01 22:52:31 +0000
commit54a16666c04137fa9f3028cd3d16fcc579d7206d (patch)
tree8048657eef99ea6b2faed0059a8738069298ca5d /app-emulation
parentUpdate libgcrypt dep to use slot :0. (diff)
downloadgentoo-2-54a16666c04137fa9f3028cd3d16fcc579d7206d.tar.gz
gentoo-2-54a16666c04137fa9f3028cd3d16fcc579d7206d.tar.bz2
gentoo-2-54a16666c04137fa9f3028cd3d16fcc579d7206d.zip
Update libgcrypt dep to use slot :0.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/libspectrum/ChangeLog7
-rw-r--r--app-emulation/libspectrum/libspectrum-1.0.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emulation/libspectrum/ChangeLog b/app-emulation/libspectrum/ChangeLog
index 4a88efbf2b72..f2a70629747c 100644
--- a/app-emulation/libspectrum/ChangeLog
+++ b/app-emulation/libspectrum/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/libspectrum
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/ChangeLog,v 1.33 2013/03/17 15:22:10 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/ChangeLog,v 1.34 2014/03/01 22:52:31 mgorny Exp $
+
+ 01 Mar 2014; Michał Górny <mgorny@gentoo.org> libspectrum-1.0.0.ebuild:
+ Update libgcrypt dep to use slot :0.
17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
Add proxy-maintainers to metadata.xml
diff --git a/app-emulation/libspectrum/libspectrum-1.0.0.ebuild b/app-emulation/libspectrum/libspectrum-1.0.0.ebuild
index c6f229d65613..7b17257d3b15 100644
--- a/app-emulation/libspectrum/libspectrum-1.0.0.ebuild
+++ b/app-emulation/libspectrum/libspectrum-1.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/libspectrum-1.0.0.ebuild,v 1.5 2012/05/03 18:49:07 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/libspectrum-1.0.0.ebuild,v 1.6 2014/03/01 22:52:31 mgorny Exp $
EAPI="3"
@@ -16,7 +16,7 @@ IUSE="audiofile bzip2 gcrypt zlib"
RDEPEND="zlib? ( sys-libs/zlib )
bzip2? ( >=app-arch/bzip2-1.0 )
>=dev-libs/glib-2
- gcrypt? ( dev-libs/libgcrypt )
+ gcrypt? ( dev-libs/libgcrypt:0 )
audiofile? ( >=media-libs/audiofile-0.2.3 )"
DEPEND="${RDEPEND}
dev-lang/perl