diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2018-11-11 00:17:23 +0300 |
---|---|---|
committer | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2018-11-11 02:44:20 +0300 |
commit | 500f69013004731f612377ff504d5a353912b600 (patch) | |
tree | 0b290b7073af5657763651b9c129a4cbd1afb712 /dev-libs | |
parent | dev-libs/fuzzylite: minor fixes to package (diff) | |
download | gamerlay-500f69013004731f612377ff504d5a353912b600.tar.gz gamerlay-500f69013004731f612377ff504d5a353912b600.tar.bz2 gamerlay-500f69013004731f612377ff504d5a353912b600.zip |
dev-libs/d0_blind_id: minor fixes to package
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild | 7 | ||||
-rw-r--r-- | dev-libs/d0_blind_id/d0_blind_id-9999.ebuild | 7 | ||||
-rw-r--r-- | dev-libs/d0_blind_id/metadata.xml | 2 |
3 files changed, 7 insertions, 9 deletions
diff --git a/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild b/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild index 77d974c..43e8bec 100644 --- a/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild +++ b/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI="5" +EAPI=5 AUTOTOOLS_AUTORECONF=1 EGIT_REPO_URI="git://git.xonotic.org/xonotic/d0_blind_id.git" @@ -20,7 +19,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" -RDEPEND="dev-libs/gmp" +RDEPEND="dev-libs/gmp:0" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild b/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild index ca839a5..4a0a637 100644 --- a/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild +++ b/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI="5" +EAPI=5 AUTOTOOLS_AUTORECONF=1 EGIT_REPO_URI="git://git.xonotic.org/xonotic/d0_blind_id.git" @@ -20,7 +19,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" -RDEPEND="dev-libs/gmp" +RDEPEND="dev-libs/gmp:0" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/dev-libs/d0_blind_id/metadata.xml b/dev-libs/d0_blind_id/metadata.xml index ee286d6..2cb2f08 100644 --- a/dev-libs/d0_blind_id/metadata.xml +++ b/dev-libs/d0_blind_id/metadata.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> + <maintainer type="person"> <email>nikoli@lavabit.com</email> <name>Nikoli</name> </maintainer> |