diff options
Diffstat (limited to 'www-apps/postfixadmin')
-rw-r--r-- | www-apps/postfixadmin/postfixadmin-3.3.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/postfixadmin/postfixadmin-3.3.13.ebuild b/www-apps/postfixadmin/postfixadmin-3.3.13.ebuild index 91f45c0d6e96..161078f4e212 100644 --- a/www-apps/postfixadmin/postfixadmin-3.3.13.ebuild +++ b/www-apps/postfixadmin/postfixadmin-3.3.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/postfixadmin/postfixadmin/archive/${P}.tar.gz" S="${WORKDIR}/${PN}-${P}" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="+mysql postgres +vacation" REQUIRED_USE="|| ( mysql postgres )" |