diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-12-01 14:03:04 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-12-01 14:03:28 +0100 |
commit | 8edd8be372855654791b61ffe83d5adae3705161 (patch) | |
tree | 1296102a9d939c229066577185eb660379626f8a /sys-libs | |
parent | sys-libs/libvpd: Version 2.2.6 (diff) | |
download | gentoo-8edd8be372855654791b61ffe83d5adae3705161.tar.gz gentoo-8edd8be372855654791b61ffe83d5adae3705161.tar.bz2 gentoo-8edd8be372855654791b61ffe83d5adae3705161.zip |
sys-libs/libvpd: Fix LICENSE
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libvpd/libvpd-2.1.3.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libvpd/libvpd-2.2.4.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libvpd/libvpd-2.2.5.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-libs/libvpd/libvpd-2.1.3.ebuild b/sys-libs/libvpd/libvpd-2.1.3.ebuild index 27e6ba634462..fc751d0e4407 100644 --- a/sys-libs/libvpd/libvpd-2.1.3.ebuild +++ b/sys-libs/libvpd/libvpd-2.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -7,7 +7,7 @@ DESCRIPTION="Library implementation for listing vpds" HOMEPAGE="https://sourceforge.net/projects/linux-diag/" SRC_URI="https://sourceforge.net/projects/linux-diag/files/libvpd/${PV}/libvpd-${PV}.tar.gz" -LICENSE="IBM" +LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="ppc ppc64" IUSE="" diff --git a/sys-libs/libvpd/libvpd-2.2.4.ebuild b/sys-libs/libvpd/libvpd-2.2.4.ebuild index 5c1e86328768..4f122900c089 100644 --- a/sys-libs/libvpd/libvpd-2.2.4.ebuild +++ b/sys-libs/libvpd/libvpd-2.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ DESCRIPTION="Library implementation for listing vpds" HOMEPAGE="https://sourceforge.net/projects/linux-diag/" SRC_URI="https://sourceforge.net/projects/linux-diag/files/libvpd/${PV}/libvpd-${PV}.tar.gz" -LICENSE="IBM" +LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~ppc ~ppc64" IUSE="static-libs" diff --git a/sys-libs/libvpd/libvpd-2.2.5.ebuild b/sys-libs/libvpd/libvpd-2.2.5.ebuild index 5c1e86328768..4f122900c089 100644 --- a/sys-libs/libvpd/libvpd-2.2.5.ebuild +++ b/sys-libs/libvpd/libvpd-2.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ DESCRIPTION="Library implementation for listing vpds" HOMEPAGE="https://sourceforge.net/projects/linux-diag/" SRC_URI="https://sourceforge.net/projects/linux-diag/files/libvpd/${PV}/libvpd-${PV}.tar.gz" -LICENSE="IBM" +LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~ppc ~ppc64" IUSE="static-libs" |