diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-03-19 19:05:20 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-03-19 19:05:20 +0000 |
commit | 57ad4d64a9f05ccd17a85110e227fc2a92dbaab9 (patch) | |
tree | 234507532d437e884ecb59ed540cea8ddca922a2 /net-dialup | |
parent | Drop sparc keywords (diff) | |
download | gentoo-2-57ad4d64a9f05ccd17a85110e227fc2a92dbaab9.tar.gz gentoo-2-57ad4d64a9f05ccd17a85110e227fc2a92dbaab9.tar.bz2 gentoo-2-57ad4d64a9f05ccd17a85110e227fc2a92dbaab9.zip |
Non-maintainer commit: Add mirror restriction, bug 398711.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/fcpci/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/fcpci/fcpci-0.1-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-dialup/fcpci/ChangeLog b/net-dialup/fcpci/ChangeLog index a8f35c69d125..5d33010f27c0 100644 --- a/net-dialup/fcpci/ChangeLog +++ b/net-dialup/fcpci/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/fcpci -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/ChangeLog,v 1.23 2011/06/06 06:25:01 robbat2 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/ChangeLog,v 1.24 2012/03/19 19:05:20 ulm Exp $ + + 19 Mar 2012; Ulrich Müller <ulm@gentoo.org> fcpci-0.1-r2.ebuild: + Non-maintainer commit: Add mirror restriction, bug 398711. 06 Jun 2011; Robin H. Johnson <robbat2@gentoo.org> fcpci-0.1-r2.ebuild: Linux-3.0 changes. diff --git a/net-dialup/fcpci/fcpci-0.1-r2.ebuild b/net-dialup/fcpci/fcpci-0.1-r2.ebuild index 1206a3dbcaa5..2e74ff689660 100644 --- a/net-dialup/fcpci/fcpci-0.1-r2.ebuild +++ b/net-dialup/fcpci/fcpci-0.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-0.1-r2.ebuild,v 1.3 2011/06/06 06:25:01 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-0.1-r2.ebuild,v 1.4 2012/03/19 19:05:20 ulm Exp $ #EAPI=2 # currently not possible because of linux-mod @@ -19,7 +19,7 @@ IUSE="" DEPEND="!net-dialup/fritzcapi" RDEPEND="${DEPEND} net-dialup/capi4k-utils" -RESTRICT="primaryuri" # because we can't use EAPI=2 +RESTRICT="mirror primaryuri" # because we can't use EAPI=2 S="${WORKDIR}/fritz" |