summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-08-03 04:08:37 +0000
committerTim Harder <radhermit@gentoo.org>2014-08-03 04:08:37 +0000
commit85fc85dbb462c57a012df52dafd997b4151af70d (patch)
tree9a9813fb9512fa32d03abe64fc8c1e795933bfb6 /media-libs/csfml/csfml-1.6.ebuild
parentRemove unneeded useflag description from metadata.xml (diff)
downloadgentoo-2-85fc85dbb462c57a012df52dafd997b4151af70d.tar.gz
gentoo-2-85fc85dbb462c57a012df52dafd997b4151af70d.tar.bz2
gentoo-2-85fc85dbb462c57a012df52dafd997b4151af70d.zip
Use specific libsfml version dep.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-libs/csfml/csfml-1.6.ebuild')
-rw-r--r--media-libs/csfml/csfml-1.6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/csfml/csfml-1.6.ebuild b/media-libs/csfml/csfml-1.6.ebuild
index 21075ea207e2..bee0e74e1509 100644
--- a/media-libs/csfml/csfml-1.6.ebuild
+++ b/media-libs/csfml/csfml-1.6.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/media-libs/csfml/csfml-1.6.ebuild,v 1.2 2012/12/03 21:36:05 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/csfml/csfml-1.6.ebuild,v 1.3 2014/08/03 04:08:37 radhermit Exp $
EAPI=4
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
-DEPEND="media-libs/libsfml"
+DEPEND="~media-libs/libsfml-${PV}"
RDEPEND="${DEPEND}"
S="${WORKDIR}/SFML-${PV}/CSFML"