summaryrefslogtreecommitdiff
path: root/x11-apps/xrectsel
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-14 13:40:00 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-14 13:40:00 +0100
commit3e627c1432765cb6a32877e73f985e8bfb5102ce (patch)
treee4d7919d9e1ca0a54c1a3758c86555d6e9121956 /x11-apps/xrectsel
parent4a30f472147c2d8642bd558b78fcfce7b6a9c6b9 (diff)
gentoo auto-resync : 14:07:2022 - 13:40:00
Diffstat (limited to 'x11-apps/xrectsel')
-rw-r--r--x11-apps/xrectsel/Manifest2
-rw-r--r--x11-apps/xrectsel/xrectsel-0.3.2-r1.ebuild (renamed from x11-apps/xrectsel/xrectsel-0.3.2.ebuild)7
2 files changed, 4 insertions, 5 deletions
diff --git a/x11-apps/xrectsel/Manifest b/x11-apps/xrectsel/Manifest
index 98e05b3fbcb7..b6291b270673 100644
--- a/x11-apps/xrectsel/Manifest
+++ b/x11-apps/xrectsel/Manifest
@@ -1,3 +1,3 @@
DIST xrectsel-0.3.2.tar.gz 14834 BLAKE2B 6ad050e69ad4280ec0b50b5f28961e7203fa750a49329f7df178cb758719d707d7fb61151b55cc7bbc27b05f770989417e5c3838de7cdd34c752a9e518553e1e SHA512 56e87002dba1858c900ceba4d6cf1613fa92a5a8f59fb5c4852e65835bde9478bf92c160ca398cd19e99543ed0ab94ad4ac8ba2d60a7dbaf95bc2826f8953fcc
-EBUILD xrectsel-0.3.2.ebuild 479 BLAKE2B cac2a43f1b45872d57563a3a01e6d0b75623976ea38f8ddd7383103ee86949ff02e5746a6a2c0e23816cfbb7a7b3dbec1227a1b0d0e7cc3ff66c84a92ccfeb6e SHA512 92ecdc3ab3abccb20ba460c5dda6c811b598484556108480d34fe73f571d4a2644940cf3bd88468bc90032d55347eb9b59ef09fa207a4ef43bd5e2a060d3370f
+EBUILD xrectsel-0.3.2-r1.ebuild 464 BLAKE2B 9ca70111883ffa01841aa29a7510e4f331416d0b1ab4b13236e457034b4f844a6d408b8d3aeebaf4f698fe9a6671b9d3cc59e16adfcc7b7f65a02bd341c30583 SHA512 d40ed8b67d83f548dc295087819a96f12f031789972dd0cd279adfd0467ab7ef61a0fed598f055c681a7e6203521699be8df4f218d7f3e22699b5f261317f5e2
MISC metadata.xml 320 BLAKE2B fe717b303807e4efaa71ed47380fac34b2479596111d1d75aaa9e5de27eb24c257529afd345a5d13e1b4169afe87b37e7a1e9104e3ce30af5ccbce2084a0d5ff SHA512 0fa4d71564ea805f300a8b43935d4e9f08193d8df6622c4798a0ccc1ec05aa07fad636655a795e2d41e8ad01805097a99b69aa3efd636831ca1d65b5e394f207
diff --git a/x11-apps/xrectsel/xrectsel-0.3.2.ebuild b/x11-apps/xrectsel/xrectsel-0.3.2-r1.ebuild
index 9286f5208a28..b3663c2afc7d 100644
--- a/x11-apps/xrectsel/xrectsel-0.3.2.ebuild
+++ b/x11-apps/xrectsel/xrectsel-0.3.2-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools
@@ -12,12 +12,11 @@ SRC_URI="https://github.com/lolilolicon/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
DEPEND="x11-libs/libX11"
RDEPEND="${DEPEND}"
src_prepare() {
- eapply_user
+ default
eautoreconf
}