summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Buchholz <rbu@gentoo.org>2007-07-15 19:35:05 +0000
committerRobert Buchholz <rbu@gentoo.org>2007-07-15 19:35:05 +0000
commit8bb150676296403a0fe17829806e0fd94acf9e12 (patch)
tree983089c7f6b58bbbfc6349c2487753d16196c7a8 /dev-python
parentChanged maintainer to hawking (diff)
downloadgentoo-2-8bb150676296403a0fe17829806e0fd94acf9e12.tar.gz
gentoo-2-8bb150676296403a0fe17829806e0fd94acf9e12.tar.bz2
gentoo-2-8bb150676296403a0fe17829806e0fd94acf9e12.zip
Converting RDEPEND to DEPEND
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/kaa-imlib2/ChangeLog5
-rw-r--r--dev-python/kaa-imlib2/kaa-imlib2-0.2.1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/kaa-imlib2/ChangeLog b/dev-python/kaa-imlib2/ChangeLog
index 5a2afaea553c..a00e77387614 100644
--- a/dev-python/kaa-imlib2/ChangeLog
+++ b/dev-python/kaa-imlib2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/kaa-imlib2
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-imlib2/ChangeLog,v 1.1 2007/07/11 23:41:12 rbu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-imlib2/ChangeLog,v 1.2 2007/07/15 19:35:05 rbu Exp $
+
+ 15 Jul 2007; Robert Buchholz <rbu@gentoo.org> kaa-imlib2-0.2.1.ebuild:
+ Converting RDEPEND to DEPEND
*kaa-imlib2-0.2.1 (11 Jul 2007)
diff --git a/dev-python/kaa-imlib2/kaa-imlib2-0.2.1.ebuild b/dev-python/kaa-imlib2/kaa-imlib2-0.2.1.ebuild
index ba4e562c393f..463bab624c2e 100644
--- a/dev-python/kaa-imlib2/kaa-imlib2-0.2.1.ebuild
+++ b/dev-python/kaa-imlib2/kaa-imlib2-0.2.1.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/dev-python/kaa-imlib2/kaa-imlib2-0.2.1.ebuild,v 1.1 2007/07/11 23:41:12 rbu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-imlib2/kaa-imlib2-0.2.1.ebuild,v 1.2 2007/07/15 19:35:05 rbu Exp $
inherit python eutils distutils
@@ -13,9 +13,10 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-RDEPEND=">=dev-python/kaa-base-0.1.3
+DEPEND=">=dev-python/kaa-base-0.1.3
dev-libs/libxml2
media-libs/imlib2"
+RDEPEND="${DEPEND}"
pkg_setup() {
if !(built_with_use dev-libs/libxml2 python); then