diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-07-30 14:33:54 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-08-13 15:07:47 +0300 |
commit | aebe640ed133a7423324260da0ad7348b6e20238 (patch) | |
tree | 808e275d3cea2504be6650061a468332e13496fc /sys-auth/libnss-pgsql | |
parent | sys-auth/google-authenticator: remove empty IUSE (diff) | |
download | gentoo-aebe640ed133a7423324260da0ad7348b6e20238.tar.gz gentoo-aebe640ed133a7423324260da0ad7348b6e20238.tar.bz2 gentoo-aebe640ed133a7423324260da0ad7348b6e20238.zip |
sys-auth/libnss-pgsql: remove empty IUSE
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-auth/libnss-pgsql')
-rw-r--r-- | sys-auth/libnss-pgsql/libnss-pgsql-1.5.0_beta-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-auth/libnss-pgsql/libnss-pgsql-1.5.0_beta-r1.ebuild b/sys-auth/libnss-pgsql/libnss-pgsql-1.5.0_beta-r1.ebuild index cbf21a095fd5..d223858f9fa2 100644 --- a/sys-auth/libnss-pgsql/libnss-pgsql-1.5.0_beta-r1.ebuild +++ b/sys-auth/libnss-pgsql/libnss-pgsql-1.5.0_beta-r1.ebuild @@ -1,22 +1,20 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools -KEYWORDS="~amd64 ~x86" +MY_P="${P/_/-}" DESCRIPTION="Name Service Switch module for use with PostgreSQL" HOMEPAGE="http://pgfoundry.org/projects/sysauth/" - -MY_P="${P/_/-}" SRC_URI="http://pgfoundry.org/frs/download.php/1878/${MY_P}.tgz" S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" -IUSE="" +KEYWORDS="~amd64 ~x86" RDEPEND="dev-db/postgresql:*" DEPEND="${RDEPEND} |