diff options
author | 2024-06-23 09:55:17 +0200 | |
---|---|---|
committer | 2024-06-23 09:56:30 +0200 | |
commit | 690ba27747ec4b32f4f93f11f90c4c3894930843 (patch) | |
tree | f76f17abd3622f04aabf6b505acebb252511282d /app-text/bibclean | |
parent | profiles: arch: Mask all kde-apps/kdeutils-meta[gpg] except amd64/arm64 (diff) | |
download | gentoo-690ba27747ec4b32f4f93f11f90c4c3894930843.tar.gz gentoo-690ba27747ec4b32f4f93f11f90c4c3894930843.tar.bz2 gentoo-690ba27747ec4b32f4f93f11f90c4c3894930843.zip |
app-text/bibclean: stabilize 3.06 for amd64
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-text/bibclean')
-rw-r--r-- | app-text/bibclean/bibclean-3.06.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/bibclean/bibclean-3.06.ebuild b/app-text/bibclean/bibclean-3.06.ebuild index 25ac2ac350fc..98b097706d68 100644 --- a/app-text/bibclean/bibclean-3.06.ebuild +++ b/app-text/bibclean/bibclean-3.06.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ SRC_URI="https://ftp.math.utah.edu/pub/bibclean/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" src_compile() { emake LDFLAGS="${LDFLAGS}" |