diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-10-01 03:16:13 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-10-01 03:16:13 +0000 |
commit | ee9e732ddd94a18392a8a4ddc0735871e766be19 (patch) | |
tree | 2cb9b1afec424a801fc8c9389e9925b555a312bd /net-dialup/pptpd/pptpd-1.3.4-r1.ebuild | |
parent | Add tiny typo fix patch, which cause access violation with USE=doc Bug #384507 (diff) | |
download | gentoo-2-ee9e732ddd94a18392a8a4ddc0735871e766be19.tar.gz gentoo-2-ee9e732ddd94a18392a8a4ddc0735871e766be19.tar.bz2 gentoo-2-ee9e732ddd94a18392a8a4ddc0735871e766be19.zip |
x86 stable wrt bug #372347
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'net-dialup/pptpd/pptpd-1.3.4-r1.ebuild')
-rw-r--r-- | net-dialup/pptpd/pptpd-1.3.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/pptpd/pptpd-1.3.4-r1.ebuild b/net-dialup/pptpd/pptpd-1.3.4-r1.ebuild index ff18843de658..2038571fdfe7 100644 --- a/net-dialup/pptpd/pptpd-1.3.4-r1.ebuild +++ b/net-dialup/pptpd/pptpd-1.3.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.3.4-r1.ebuild,v 1.2 2011/09/25 20:12:44 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.3.4-r1.ebuild,v 1.3 2011/10/01 03:16:13 phajdan.jr Exp $ EAPI="4" inherit eutils autotools flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/poptop/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="tcpd gre-extreme-debug" DEPEND="net-dialup/ppp |