diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-14 21:19:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-15 16:58:23 +0100 |
commit | e92da579956495086c78eac089068406effd57e5 (patch) | |
tree | 2cd62b938494df130f2620113b44c7d280490463 /sys-libs/libblockdev | |
parent | Move {sys-devel → dev-build}/autoconf-dickey (diff) | |
download | gentoo-e92da579956495086c78eac089068406effd57e5.tar.gz gentoo-e92da579956495086c78eac089068406effd57e5.tar.bz2 gentoo-e92da579956495086c78eac089068406effd57e5.zip |
Move {sys-devel → dev-build}/autoconf-archive
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/libblockdev')
-rw-r--r-- | sys-libs/libblockdev/libblockdev-2.28-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/libblockdev/libblockdev-3.0.3.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libblockdev/libblockdev-3.0.4.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sys-libs/libblockdev/libblockdev-2.28-r1.ebuild b/sys-libs/libblockdev/libblockdev-2.28-r1.ebuild index 16134d249951..f32266126b0b 100644 --- a/sys-libs/libblockdev/libblockdev-2.28-r1.ebuild +++ b/sys-libs/libblockdev/libblockdev-2.28-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit autotools python-single-r1 xdg-utils DESCRIPTION="A library for manipulating block devices" @@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/storaged-project/libblockdev.git" BDEPEND=" - sys-devel/autoconf-archive + dev-build/autoconf-archive " else MY_PV="${PV}-1" diff --git a/sys-libs/libblockdev/libblockdev-3.0.3.ebuild b/sys-libs/libblockdev/libblockdev-3.0.3.ebuild index ae3fe7349d51..2b04c5974953 100644 --- a/sys-libs/libblockdev/libblockdev-3.0.3.ebuild +++ b/sys-libs/libblockdev/libblockdev-3.0.3.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 @@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/storaged-project/libblockdev.git" BDEPEND=" - sys-devel/autoconf-archive + dev-build/autoconf-archive " else MY_PV="${PV}-1" diff --git a/sys-libs/libblockdev/libblockdev-3.0.4.ebuild b/sys-libs/libblockdev/libblockdev-3.0.4.ebuild index 24ce79143d34..be2df0d5c1e6 100644 --- a/sys-libs/libblockdev/libblockdev-3.0.4.ebuild +++ b/sys-libs/libblockdev/libblockdev-3.0.4.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 @@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/storaged-project/libblockdev.git" BDEPEND=" - sys-devel/autoconf-archive + dev-build/autoconf-archive " else MY_PV="${PV}-1" |