diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-10-16 12:23:59 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-10-16 12:23:59 +0000 |
commit | 87b0ec76d384be7b31ff497dd068705c50ca88a7 (patch) | |
tree | 2a7481ee54da12f9acae30e42ef650ab2ef869e2 /net-misc/autoupnp | |
parent | Fix Python support, use python-single-r1 since the package links to a specifi... (diff) | |
download | gentoo-2-87b0ec76d384be7b31ff497dd068705c50ca88a7.tar.gz gentoo-2-87b0ec76d384be7b31ff497dd068705c50ca88a7.tar.bz2 gentoo-2-87b0ec76d384be7b31ff497dd068705c50ca88a7.zip |
Switch to git-r3. Add SLOT operators to dependencies.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-misc/autoupnp')
-rw-r--r-- | net-misc/autoupnp/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/autoupnp/autoupnp-9999.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/net-misc/autoupnp/ChangeLog b/net-misc/autoupnp/ChangeLog index 03ff14606d93..bc571c4d04e1 100644 --- a/net-misc/autoupnp/ChangeLog +++ b/net-misc/autoupnp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/autoupnp -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/autoupnp/ChangeLog,v 1.5 2012/12/15 12:44:30 mgorny Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/autoupnp/ChangeLog,v 1.6 2013/10/16 12:23:59 mgorny Exp $ + + 16 Oct 2013; Michał Górny <mgorny@gentoo.org> autoupnp-9999.ebuild: + Switch to git-r3. Add SLOT operators to dependencies. *autoupnp-9999 (15 Dec 2012) diff --git a/net-misc/autoupnp/autoupnp-9999.ebuild b/net-misc/autoupnp/autoupnp-9999.ebuild index c266acffec24..5ce7cef4f297 100644 --- a/net-misc/autoupnp/autoupnp-9999.ebuild +++ b/net-misc/autoupnp/autoupnp-9999.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/autoupnp/autoupnp-9999.ebuild,v 1.1 2012/12/15 12:44:30 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/autoupnp/autoupnp-9999.ebuild,v 1.2 2013/10/16 12:23:59 mgorny Exp $ -EAPI=4 +EAPI=5 #if LIVE AUTOTOOLS_AUTORECONF=yes EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git" -inherit git-2 +inherit git-r3 #endif inherit autotools-utils @@ -22,8 +22,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="libnotify" -RDEPEND="net-libs/miniupnpc - libnotify? ( x11-libs/libtinynotify )" +RDEPEND="net-libs/miniupnpc:0= + libnotify? ( x11-libs/libtinynotify:0= )" DEPEND="${RDEPEND}" #if LIVE |