diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-09 21:28:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-09 21:28:09 +0000 |
commit | f5f1a74e5b6ab536983709c2e32af3b87dd41bae (patch) | |
tree | 9f0c7f26828ce617d87d22a24a67815935ab2dbf /net-libs | |
parent | Update the .so and tag guessing patches. (diff) | |
download | gentoo-2-f5f1a74e5b6ab536983709c2e32af3b87dd41bae.tar.gz gentoo-2-f5f1a74e5b6ab536983709c2e32af3b87dd41bae.tar.bz2 gentoo-2-f5f1a74e5b6ab536983709c2e32af3b87dd41bae.zip |
LICENSE fix
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/soup/soup-0.7.10.ebuild | 4 | ||||
-rw-r--r-- | net-libs/soup/soup-0.7.11.ebuild | 4 | ||||
-rw-r--r-- | net-libs/soup/soup-0.7.4-r1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-libs/soup/soup-0.7.10.ebuild b/net-libs/soup/soup-0.7.10.ebuild index e3a8d9c91f8c..6826f0f14ce2 100644 --- a/net-libs/soup/soup-0.7.10.ebuild +++ b/net-libs/soup/soup-0.7.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/soup-0.7.10.ebuild,v 1.11 2004/07/15 01:28:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/soup-0.7.10.ebuild,v 1.12 2004/11/09 21:26:53 mr_bones_ Exp $ IUSE="ssl doc" @@ -16,7 +16,7 @@ DEPEND=">=dev-util/pkgconfig-0.12.0 ssl? ( dev-libs/openssl ) doc? ( >=dev-util/gtk-doc-0.9-r2 )" -LICENSE="GPL-2 | LGPL-2" +LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" KEYWORDS="x86 sparc ~ppc ~alpha" diff --git a/net-libs/soup/soup-0.7.11.ebuild b/net-libs/soup/soup-0.7.11.ebuild index 826db06f40d9..1c50d4456fa9 100644 --- a/net-libs/soup/soup-0.7.11.ebuild +++ b/net-libs/soup/soup-0.7.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/soup-0.7.11.ebuild,v 1.10 2004/07/15 01:28:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/soup-0.7.11.ebuild,v 1.11 2004/11/09 21:26:53 mr_bones_ Exp $ IUSE="ssl doc" @@ -16,7 +16,7 @@ DEPEND=">=dev-util/pkgconfig-0.12.0 ssl? ( dev-libs/openssl ) doc? ( >=dev-util/gtk-doc-0.9-r2 )" -LICENSE="GPL-2 | LGPL-2" +LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" KEYWORDS="x86 sparc ppc ~alpha hppa" diff --git a/net-libs/soup/soup-0.7.4-r1.ebuild b/net-libs/soup/soup-0.7.4-r1.ebuild index 0180afded862..6166c8905c45 100644 --- a/net-libs/soup/soup-0.7.4-r1.ebuild +++ b/net-libs/soup/soup-0.7.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/soup-0.7.4-r1.ebuild,v 1.9 2004/07/15 01:28:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/soup-0.7.4-r1.ebuild,v 1.10 2004/11/09 21:26:53 mr_bones_ Exp $ IUSE="ssl doc" @@ -16,7 +16,7 @@ DEPEND=">=dev-util/pkgconfig-0.12.0 ssl? ( dev-libs/openssl ) doc? ( >=dev-util/gtk-doc-0.9-r2 )" -LICENSE="GPL-2 | LGPL-2" +LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" KEYWORDS="x86 sparc ppc" |