summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2014-02-27 08:38:43 +0000
committerSergey Popov <pinkbyte@gentoo.org>2014-02-27 08:38:43 +0000
commitc3085c3d5ab8d1f7bd15c9adf90a4e945e85064e (patch)
treebed080e63f1b6e484516358077aa643b1755aced /dev-libs/libdivecomputer
parentDrop old versions (diff)
downloadgentoo-2-c3085c3d5ab8d1f7bd15c9adf90a4e945e85064e.tar.gz
gentoo-2-c3085c3d5ab8d1f7bd15c9adf90a4e945e85064e.tar.bz2
gentoo-2-c3085c3d5ab8d1f7bd15c9adf90a4e945e85064e.zip
Fix improper KEYWORDS in live ebuild
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-libs/libdivecomputer')
-rw-r--r--dev-libs/libdivecomputer/ChangeLog6
-rw-r--r--dev-libs/libdivecomputer/libdivecomputer-0.4.1.ebuild6
-rw-r--r--dev-libs/libdivecomputer/libdivecomputer-9999.ebuild6
3 files changed, 13 insertions, 5 deletions
diff --git a/dev-libs/libdivecomputer/ChangeLog b/dev-libs/libdivecomputer/ChangeLog
index f1147a9fc427..cc223bb24382 100644
--- a/dev-libs/libdivecomputer/ChangeLog
+++ b/dev-libs/libdivecomputer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libdivecomputer
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/ChangeLog,v 1.10 2014/02/27 08:34:51 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/ChangeLog,v 1.11 2014/02/27 08:38:43 pinkbyte Exp $
+
+ 27 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> libdivecomputer-0.4.1.ebuild,
+ libdivecomputer-9999.ebuild:
+ Fix improper KEYWORDS in live ebuild
27 Feb 2014; Sergey Popov <pinkbyte@gentoo.org>
-libdivecomputer-0.3.0.ebuild, -libdivecomputer-0.4.0.ebuild:
diff --git a/dev-libs/libdivecomputer/libdivecomputer-0.4.1.ebuild b/dev-libs/libdivecomputer/libdivecomputer-0.4.1.ebuild
index bb1924bb75d5..7bc518060245 100644
--- a/dev-libs/libdivecomputer/libdivecomputer-0.4.1.ebuild
+++ b/dev-libs/libdivecomputer/libdivecomputer-0.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/libdivecomputer-0.4.1.ebuild,v 1.2 2014/02/27 08:30:09 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/libdivecomputer-0.4.1.ebuild,v 1.3 2014/02/27 08:38:43 pinkbyte Exp $
EAPI="5"
@@ -8,6 +8,9 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer"
GIT_ECLASS="git-2"
AUTOTOOLIZE=yes
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
fi
AUTOTOOLS_IN_SOURCE_BUILD=1
@@ -23,7 +26,6 @@ DESCRIPTION="Library for communication with dive computers from various manufact
HOMEPAGE="http://www.divesoftware.org/libdc"
LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="usb +static-libs -tools"
diff --git a/dev-libs/libdivecomputer/libdivecomputer-9999.ebuild b/dev-libs/libdivecomputer/libdivecomputer-9999.ebuild
index f54e6a02d946..5a1b9c111141 100644
--- a/dev-libs/libdivecomputer/libdivecomputer-9999.ebuild
+++ b/dev-libs/libdivecomputer/libdivecomputer-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/libdivecomputer-9999.ebuild,v 1.2 2014/02/27 08:30:09 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdivecomputer/libdivecomputer-9999.ebuild,v 1.3 2014/02/27 08:38:43 pinkbyte Exp $
EAPI="5"
@@ -8,6 +8,9 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer"
GIT_ECLASS="git-2"
AUTOTOOLIZE=yes
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
fi
AUTOTOOLS_IN_SOURCE_BUILD=1
@@ -23,7 +26,6 @@ DESCRIPTION="Library for communication with dive computers from various manufact
HOMEPAGE="http://www.divesoftware.org/libdc"
LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="usb +static-libs -tools"