summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-10-04 19:55:52 +0000
committerAlin Năstac <mrness@gentoo.org>2005-10-04 19:55:52 +0000
commitde705cae46e30f47e31db52bf6729ac997ba4f3d (patch)
tree7003f8b6664faf206287f92725e6793c64bbe83c /net-dialup/pptpconfig
parentKeyworded ~sparc (diff)
downloadgentoo-2-de705cae46e30f47e31db52bf6729ac997ba4f3d.tar.gz
gentoo-2-de705cae46e30f47e31db52bf6729ac997ba4f3d.tar.bz2
gentoo-2-de705cae46e30f47e31db52bf6729ac997ba4f3d.zip
fix dependency on php-gtk (#106566)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-dialup/pptpconfig')
-rw-r--r--net-dialup/pptpconfig/ChangeLog5
-rw-r--r--net-dialup/pptpconfig/Manifest12
-rw-r--r--net-dialup/pptpconfig/pptpconfig-20040722.ebuild6
3 files changed, 8 insertions, 15 deletions
diff --git a/net-dialup/pptpconfig/ChangeLog b/net-dialup/pptpconfig/ChangeLog
index a4f914903b0b..9d031c7ab9b4 100644
--- a/net-dialup/pptpconfig/ChangeLog
+++ b/net-dialup/pptpconfig/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/pptpconfig
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpconfig/ChangeLog,v 1.6 2005/02/12 09:33:17 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpconfig/ChangeLog,v 1.7 2005/10/04 19:55:52 mrness Exp $
+
+ 04 Oct 2005; Alin Nastac <mrness@gentoo.org> pptpconfig-20040722.ebuild:
+ Fix dependency on dev-php4/php-gtk (#106566).
12 Feb 2005; Alin Nastac <mrness@gentoo.org> -pptpconfig-20030731.ebuild:
Remove old ebuild.
diff --git a/net-dialup/pptpconfig/Manifest b/net-dialup/pptpconfig/Manifest
index 51b59583f00d..c1df0faa10ba 100644
--- a/net-dialup/pptpconfig/Manifest
+++ b/net-dialup/pptpconfig/Manifest
@@ -1,14 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 50b088fb94a1f73dc05daaefa110fe42 pptpconfig-20040722.ebuild 761
+MD5 8fcc70da420e11073d5603f42b68533c pptpconfig-20040722.ebuild 784
MD5 d649e5aefea2ab396d2e99f939d69cfc ChangeLog 1414
MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163
MD5 6d09d5d24ab4cc325fb857c2f54be505 files/digest-pptpconfig-20040722 70
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFCDc1njiC39V7gKu0RAjAzAJsGWABAbCjGY/zxiHBIhR2vWYqDCgCfU8GD
-Ejj7ooCmZVAypMpSEwISdv0=
-=BErX
------END PGP SIGNATURE-----
diff --git a/net-dialup/pptpconfig/pptpconfig-20040722.ebuild b/net-dialup/pptpconfig/pptpconfig-20040722.ebuild
index 50476714e2e3..4d8fe24115c6 100644
--- a/net-dialup/pptpconfig/pptpconfig-20040722.ebuild
+++ b/net-dialup/pptpconfig/pptpconfig-20040722.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpconfig/pptpconfig-20040722.ebuild,v 1.4 2005/02/12 09:33:17 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpconfig/pptpconfig-20040722.ebuild,v 1.5 2005/10/04 19:55:52 mrness Exp $
DESCRIPTION="Configuration and management program for PPTP Client tunnels"
HOMEPAGE="http://pptpclient.sourceforge.net/"
@@ -8,11 +8,11 @@ SRC_URI="mirror://sourceforge/pptpclient/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=""
-RDEPEND="dev-php/php-gtk
+RDEPEND="|| ( dev-php4/php-gtk dev-php/php-gtk )
net-dialup/pptpclient
sys-apps/iproute2"