Diff bblaunch-0.0.3 with a bblaunch-0.0.3-r1

/usr/portage/x11-misc/bblaunch/bblaunch-0.0.3-r1.ebuild 2024-12-25 14:59:52.859270185 +0300
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5
inherit autotools
5 6

  
6 7
DESCRIPTION="An application launcher for Blackbox type window managers"
7
SRC_URI="http://www.stud.ifi.uio.no/~steingrd/${P}.tar.gz"
8 8
HOMEPAGE="http://blackboxwm.sourceforge.net/"
9
SRC_URI="http://www.stud.ifi.uio.no/~steingrd/${P}.tar.gz"
9 10

  
10 11
LICENSE="GPL-2"
11 12
SLOT="0"
12 13
KEYWORDS="ppc x86"
13
IUSE=""
14

  
15
RDEPEND="x11-libs/libX11"
16
DEPEND="${RDEPEND}"
14 17

  
15 18
PATCHES=( "${FILESDIR}/${P}.patch" )
19

  
20
src_prepare() {
21
	default
22
	eautoreconf
23
}
Thank you!